From 94b6da4dcf44cdbc323929d4a983495baa8b8102 Mon Sep 17 00:00:00 2001 From: James Le Cuirot Date: Wed, 8 Jul 2026 17:06:02 +0100 Subject: [PATCH] ci-automation: Drop unused Azure credential references These haven't been used since we switched to managed identities in bacf710f2fe52be7b0da3ac25874540653ba3fc0. Signed-off-by: James Le Cuirot --- ci-automation/garbage_collect.sh | 1 - ci-automation/release.sh | 6 +----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/ci-automation/garbage_collect.sh b/ci-automation/garbage_collect.sh index 39398b333e7..6bf95b98aa3 100644 --- a/ci-automation/garbage_collect.sh +++ b/ci-automation/garbage_collect.sh @@ -256,7 +256,6 @@ function _garbage_collect_impl() { local mantle_ref mantle_ref=$(cat sdk_container/.repo/manifests/mantle-container) docker run --pull always --rm --net host \ - --env AZURE_AUTH_CREDENTIALS --env AZURE_PROFILE \ --env AWS_ACCESS_KEY_ID --env AWS_SECRET_ACCESS_KEY \ --env AWS_CREDENTIALS \ --env DIGITALOCEAN_TOKEN_JSON \ diff --git a/ci-automation/release.sh b/ci-automation/release.sh index 3d81ca3ac41..c18c6191e1e 100644 --- a/ci-automation/release.sh +++ b/ci-automation/release.sh @@ -44,7 +44,7 @@ # 4. REGISTRY_PASSWORD. Environment variable. The password to use for Docker registry login. # Defaults to nothing if not set - in such case, SDK container will not be pushed. # -# 5. Cloud credentials as secrets via the environment variables AZURE_PROFILE, AZURE_AUTH_CREDENTIALS, +# 5. Cloud credentials as secrets via the environment variables # AWS_CREDENTIALS, AWS_MARKETPLACE_CREDENTIALS, AWS_MARKETPLACE_ARN, AWS_CLOUDFORMATION_CREDENTIALS, # GCP_JSON_KEY, GOOGLE_RELEASE_CREDENTIALS. # @@ -79,10 +79,6 @@ function _inside_mantle() { source sdk_container/.env CHANNEL="$(get_git_channel)" VERSION="${FLATCAR_VERSION}" - azure_profile_config_file="" - secret_to_file azure_profile_config_file "${AZURE_PROFILE}" - azure_auth_config_file="" - secret_to_file azure_auth_config_file "${AZURE_AUTH_CREDENTIALS}" aws_credentials_config_file="" secret_to_file aws_credentials_config_file "${AWS_CREDENTIALS}" aws_marketplace_credentials_file=""