To create a storage bucket from an Azure Storage container in Orchestrator, the Azure Store Account’s Access Key is required.
A security best practice would be to regularly rotate the Access Key in Azure.
In order to keep these values synchronized, I want to update the BucketCredential object in the Orchestrator Database using the REST API.
I can see that a Bucket Credential object exists, but I don’t see an endpoint that I could call to update it.
Any help is appreciated!