mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
check the azure creds
Signed-off-by: Sayan Chowdhury <sayan.chowdhury2012@gmail.com>
This commit is contained in:
parent
2d47b638a2
commit
0610d02419
@ -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=""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user