-
Notifications
You must be signed in to change notification settings - Fork 64
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
Unable to connect to Azure with crossplane #342
Comments
I used following commands: Then creds.json file looks like this: Then I performed reset to this SP : got following response and edited the clientSecret field content in creds.json file: $ kubectl create secret generic azure-creds-jet -n crossplane-system --from-file=creds=./creds.json $ cat controllerconfig.yaml $ cat provider.yaml $ kubectl apply -f provider.yaml $ cat provider-jet.yaml $ kubectl apply -f provider-jet.yaml $ kubectl get crd | grep "crossplane" | wc -l |
Added below details in json file, then I am able to connecting to Azure from crossplane "activeDirectoryEndpointUrl": "https://login.microsoftonline.com/", Thank you...!!!!!!!!! |
Great, happy I could help you. |
The below command is deprecated. I get error when I try to run this command. The recommended approach is to use "role" and "scope" instead of "--sdk-auth"
Is there a solution when using the below
Refer to #351 for resolution for the above. |
I have followed these steps to create service principal
Running below yaml file under k3d cluster to create Resource Group:
Facing below issue
The text was updated successfully, but these errors were encountered: