check the azure creds

Signed-off-by: Sayan Chowdhury <sayan.chowdhury2012@gmail.com>
This commit is contained in:
Sayan Chowdhury 2026-04-23 18:15:34 +05:30
parent 2d47b638a2
commit 0610d02419
No known key found for this signature in database
GPG Key ID: B02399319CD05C8B

View File

@ -83,6 +83,11 @@ function _inside_mantle() {
secret_to_file azure_profile_config_file "${AZURE_PROFILE}"
azure_auth_config_file=""
secret_to_file azure_auth_config_file "${AZURE_AUTH_CREDENTIALS}"
echo "DEBUG: AZURE_PROFILE content:"
cat "${azure_profile_config_file}"
echo "DEBUG: AZURE_AUTH_CREDENTIALS content:"
cat "${azure_auth_config_file}"
exit 0
aws_credentials_config_file=""
secret_to_file aws_credentials_config_file "${AWS_CREDENTIALS}"
aws_marketplace_credentials_file=""