mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 22:21:10 +02:00
ci-automation/release: add support for Managed idenities
Signed-off-by: Sayan Chowdhury <schowdhury@microsoft.com>
This commit is contained in:
parent
32d05e194e
commit
bacf710f2f
@ -108,8 +108,7 @@ function _inside_mantle() {
|
|||||||
--debug \
|
--debug \
|
||||||
--platform="${platform}" \
|
--platform="${platform}" \
|
||||||
--aws-credentials="${aws_credentials_config_file}" \
|
--aws-credentials="${aws_credentials_config_file}" \
|
||||||
--azure-profile="${azure_profile_config_file}" \
|
--azure-identity \
|
||||||
--azure-auth="${azure_auth_config_file}" \
|
|
||||||
--gce-json-key=none \
|
--gce-json-key=none \
|
||||||
--board="${arch}-usr" \
|
--board="${arch}-usr" \
|
||||||
--channel="${CHANNEL}" \
|
--channel="${CHANNEL}" \
|
||||||
@ -138,8 +137,7 @@ function _inside_mantle() {
|
|||||||
--publish-marketplace \
|
--publish-marketplace \
|
||||||
--access-role-arn="${AWS_MARKETPLACE_ARN}" \
|
--access-role-arn="${AWS_MARKETPLACE_ARN}" \
|
||||||
--product-ids="${pid}" \
|
--product-ids="${pid}" \
|
||||||
--azure-profile="${azure_profile_config_file}" \
|
--azure-identity \
|
||||||
--azure-auth="${azure_auth_config_file}" \
|
|
||||||
--gce-json-key="${gcp_json_key_path}" \
|
--gce-json-key="${gcp_json_key_path}" \
|
||||||
--gce-release-key="${google_release_credentials_file}" \
|
--gce-release-key="${google_release_credentials_file}" \
|
||||||
--board="${arch}-usr" \
|
--board="${arch}-usr" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user