Merge pull request #2048 from flatcar/sayan/add-azure-identity-release

ci-automation/release: add support for Managed idenities
This commit is contained in:
Sayan Chowdhury 2024-06-25 13:44:51 +05:30 committed by GitHub
commit 4114b94392
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -108,8 +108,7 @@ function _inside_mantle() {
--debug \
--platform="${platform}" \
--aws-credentials="${aws_credentials_config_file}" \
--azure-profile="${azure_profile_config_file}" \
--azure-auth="${azure_auth_config_file}" \
--azure-identity \
--gce-json-key=none \
--board="${arch}-usr" \
--channel="${CHANNEL}" \
@ -138,8 +137,7 @@ function _inside_mantle() {
--publish-marketplace \
--access-role-arn="${AWS_MARKETPLACE_ARN}" \
--product-ids="${pid}" \
--azure-profile="${azure_profile_config_file}" \
--azure-auth="${azure_auth_config_file}" \
--azure-identity \
--gce-json-key="${gcp_json_key_path}" \
--gce-release-key="${google_release_credentials_file}" \
--board="${arch}-usr" \