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
As described in this document: https://github.com/upbound/provider-azure/blob/main/AUTHENTICATION.md, right now Authentication with credentials are getting challenged by our Security guys. So we are turning to Managed Identities approach. But not sure exactly how it works or whether it's feasible, considering the scenario as follows:
crossplane is installed in k8s cluster (not AKS cluster)
create one User-assigned managed identities or System-assigned managed identities
configure this managed identity as ProviderConfig
Use this managed identity to provision Azure Storage Account and Storage Queue
The question is where to assign relevant roles/permissions to this manage identity considering Storage Account is not created yet. In Azure AD? Or can we integrate with our own OIDC provider?
How could Official Azure Provider help solve your problem?
Enhance the documents...
The text was updated successfully, but these errors were encountered:
This provider repo does not have enough maintainers to address every issue. Since there has been no activity in the last 90 days it is now marked as stale. It will be closed in 14 days if no further activity occurs. Leaving a comment starting with/fresh will mark this issue as not stale.
This issue is being closed since there has been no activity for 14 days since marking it as stale. If you still need help, feel free to comment or reopen the issue!
What problem are you facing?
As described in this document: https://github.com/upbound/provider-azure/blob/main/AUTHENTICATION.md, right now Authentication with credentials are getting challenged by our Security guys. So we are turning to Managed Identities approach. But not sure exactly how it works or whether it's feasible, considering the scenario as follows:
The question is where to assign relevant roles/permissions to this manage identity considering Storage Account is not created yet. In Azure AD? Or can we integrate with our own OIDC provider?
How could Official Azure Provider help solve your problem?
Enhance the documents...
The text was updated successfully, but these errors were encountered: