We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 012f50f commit e980c46Copy full SHA for e980c46
startupscript/butane/aws/docker-repositories.sh
@@ -126,7 +126,7 @@ function _get_ecr_login_password() {
126
127
# Get credentials from wb.sh in credential_process JSON format
128
local credentials
129
- credentials="$(/home/core/wb.sh resource credentials --name "${ecr_repo_id}" --scope WRITE_READ --format json)" || {
+ credentials="$(/home/core/wb.sh resource credentials --name "${ecr_repo_id}" --scope READ_ONLY --format json)" || {
130
echo "Error: Failed to get credentials for repository ${ecr_repo_id}" >&2
131
return 1
132
}
0 commit comments