You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using Vault Azure Secrets Engine. Getting an intermittent failure to create service principals.
Error is as follows:
error creating service principal: graphrbac.ServicePrincipalsClient#Create: Failure responding to request: StatusCode=403 -- Original Error: autorest/azure: Service returned an error. Status=403 Code="Unknown" Message="Unknown service error" Details=[{"odata.error":{"code":"Authorization_RequestDenied","date":"2020-10-20T11:59:36","message":{"lang":"en","value":"When using this permission, the backing application of the service principal being created must in the local tenant"},"requestId":"f7203633-ea6f-48e9-954a-46a6583db4b4"}<200b>}]
As far as I can tell, all permissions are in place as the failure is intermittent. Not sure why this is failing on some service principals and not others.
The text was updated successfully, but these errors were encountered:
Using Vault Azure Secrets Engine. Getting an intermittent failure to create service principals.
Error is as follows:
error creating service principal: graphrbac.ServicePrincipalsClient#Create: Failure responding to request: StatusCode=403 -- Original Error: autorest/azure: Service returned an error. Status=403 Code="Unknown" Message="Unknown service error" Details=[{"odata.error":{"code":"Authorization_RequestDenied","date":"2020-10-20T11:59:36","message":{"lang":"en","value":"When using this permission, the backing application of the service principal being created must in the local tenant"},"requestId":"f7203633-ea6f-48e9-954a-46a6583db4b4"}<200b>}]
As far as I can tell, all permissions are in place as the failure is intermittent. Not sure why this is failing on some service principals and not others.
The text was updated successfully, but these errors were encountered: