You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The user home path setting introduced in PR #1413 broke the S3 profile auth type because CONTAINER_AWS_CONFIG_DIRECTORY's value should be relative to CLP_HOME but isn't.
Problem
The user home path setting introduced in PR #1413 broke the S3 profile auth type because
CONTAINER_AWS_CONFIG_DIRECTORY's value should be relative toCLP_HOMEbut isn't.Context
clp-user; MoveUSERandENVdirectives after flattening (fixes #1379); Reduce layers using multi-line ENV (fixes #1378). #1413 sets the home directory forclp-usertoCLP_HOME(/opt/clp) in the Docker imageCONTAINER_AWS_CONFIG_DIRECTORYis currently hardcoded to/.awsRelated
clp-user; MoveUSERandENVdirectives after flattening (fixes #1379); Reduce layers using multi-line ENV (fixes #1378). #1413clp-user; MoveUSERandENVdirectives after flattening (fixes #1379); Reduce layers using multi-line ENV (fixes #1378). #1413 (comment)