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
It should be great if we could get spec.auth.workloadIdentity.managedIdentityClientId from a configmap.
In my use case, I deploy the managed identity with Azure Service Operator. This operator allows putting and reading the clientId of the managed identity in a configmap. So if a resource needs to get the clientId, it can get it from the configmap.
I would like to do the same thing with AzureAppConfigurationProvider, in a GitOps way.
The text was updated successfully, but these errors were encountered:
It sounds like a reasonable case to me. We are working on the v1 stable version release now and will consider adding it in v1. Thanks for you feedback, please stay tuned
Added the auth.workloadIdentity.managedIdentityClientIdReference property for workloadIdentity authentication in v1.1.0. It enables the retrieval of the client ID of a user-assigned managed identity from a ConfigMap
It should be great if we could get
spec.auth.workloadIdentity.managedIdentityClientId
from a configmap.In my use case, I deploy the managed identity with Azure Service Operator. This operator allows putting and reading the clientId of the managed identity in a configmap. So if a resource needs to get the clientId, it can get it from the configmap.
I would like to do the same thing with
AzureAppConfigurationProvider
, in a GitOps way.The text was updated successfully, but these errors were encountered: