Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ProfiseeAdmin committed Sep 25, 2023
1 parent 78a2197 commit 0792178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Azure-ARM/deployprofisee.sh
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ if [ "$USEKEYVAULT" = "Yes" ]; then
az identity federated-credential create --name ProfiseefederatedId --identity-name $identityName --resource-group $AKSINFRARESOURCEGROUPNAME --issuer $OIDC_ISSUER --subject system:serviceaccount:profisee:profiseeserviceaccount --audience api://AzureADTokenExchange
akskvidentityClientResourceId=$(az identity show -g $AKSINFRARESOURCEGROUPNAME -n $identityName --query 'id' -o tsv)
principalId=$(az identity show -g $AKSINFRARESOURCEGROUPNAME -n $identityName --query 'principalId' -o tsv)
echo $"Key VAult Specific Managed Identity configuration for Key Vault access step 2 finished."
echo $"Key Vault Specific Managed Identity configuration for Key Vault access step 2 finished."

echo $"Key Vault Specific Managed Identity configuration for KV access step 3 started."
echo "Sleeping for 60 seconds to wait for MI to be ready"
Expand Down

0 comments on commit 0792178

Please sign in to comment.