I never used Crosswalk, but I'm familiar with the prompt
are you using the AAD integration for AKS?
k
kind-mechanic-53546
05/14/2020, 10:20 PM
@jolly-bear-34819, maybe? 😕
The Crosswalk guide provisions an Identity stack which looks similar (but not the same) as the MS AAD with AKS docs
So yes, it is using AAD (I believe) but not 100% sure if it's correct sorry.
I'm very new to k8s and AKS sorry 😣
j
jolly-bear-34819
05/15/2020, 8:13 AM
If you integrate your cluster with AAD, Azure will create two kubeconfigs: a "normal" and an admin config
the prompt comes when you are using the normal config, which requires you to log in with your Azure user
I'm not sure how you deploy resources to the cluster, but if possible try to use the admin config, which doesn't require a log in
k
kind-mechanic-53546
05/18/2020, 10:16 PM
Thanks @jolly-bear-34819, using the admin config helped in that it reduced the number of times I'm prompted from 3 to 1 but i still get prompted
kind-mechanic-53546
05/18/2020, 10:16 PM
I may have to try a service principal again but previously that didn't work either, maybe it was misconfigured