Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Certificate based auth for azure service principals #339

Open
vishnujanardhanan opened this issue Apr 26, 2022 · 0 comments
Open

Certificate based auth for azure service principals #339

vishnujanardhanan opened this issue Apr 26, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@vishnujanardhanan
Copy link

As of now we have a secret based auth for azure service principals. May i know whether there is a future plan to introduce a certificate based auth for azure sp's please?

secret based sp creation:
az ad sp create-for-rbac --sdk-auth --role Owner > "creds.json"

cert based sp creation:
az ad sp create-for-rbac -n crossplanesp --keyvault basekv --cert spcert --create-cert --role Owner --scopes ......

Rergards
Vishnu

@vishnujanardhanan vishnujanardhanan added the enhancement New feature or request label Apr 26, 2022
@negz negz transferred this issue from crossplane/crossplane Apr 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant