pachr

Results 5 comments of pachr

> Is it normal to login with the url, then have the cli add the :443 at the end? I am experiencing something similar: #14003 Hello, in my case I...

I tried also to log into the API, and it works, I got the Bearer token. `curl https://my.argo.url.org/api/v1/session -d $'{"username":"admin","password":"**********"}'` So I guess that my ArgoCD instance is ok.

Federated token value seems to be : `api://AzureADTokenExchange` if you're using a managed identity and a federated token

Running `az login --service-principal --tenant "${AZURE_TENANT_ID}" --username "${AZURE_CLIENT_ID}" --federated-token "$(cat ${AZURE_FEDERATED_TOKEN_FILE})"` works on my side. I'm using the latest version of `az cli`, if you used an old version it...

> > Running `az login --service-principal --tenant "${AZURE_TENANT_ID}" --username "${AZURE_CLIENT_ID}" --federated-token "$(cat ${AZURE_FEDERATED_TOKEN_FILE})"` works on my side. > > I'm using the latest version of `az cli`, if you used...