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 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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: