Vel
Vel
az login --federated-token "$(cat $AZURE_FEDERATED_TOKEN_FILE)" --service-principal -u $AZURE_CLIENT_ID -t $AZURE_TENANT_ID how to get this federated token using the azure devops pipeline script task ? workload identity works fine with kubernetes...
Will this work in azure devops - AzureCLI@2 task ?
My scenario is different here, I have configured workload identity in azure devops service connection. this **kubernetes** plugin works fine using this aksinfralab service connection and can deploy the resource...
how to get this azure_federate_token_file for the shell script task in the azure devops? i need to get this value using the federated service conection details.