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 1675b5a commit f26f08dCopy full SHA for f26f08d
common/docker-entrypoint.d/00-check-for-required-env.sh
@@ -52,10 +52,6 @@ elif curl --output /dev/null --silent --head --fail --connect-timeout 2 --max-ti
52
# Example: We are running inside an EKS cluster with IAM roles for service accounts enabled.
53
elif [[ -v AWS_WEB_IDENTITY_TOKEN_FILE ]]; then
54
echo "Running inside EKS with IAM roles for service accounts"
55
- if [[ -v HOSTNAME ]]; then
56
- echo "Depreciated the HOSTNAME! Use the environment variable of AWS_ROLE_SESSION_NAME instead"
57
- failed=1
58
- fi
59
if [[ ! -v AWS_ROLE_SESSION_NAME ]]; then
60
# The default value is set as a nginx-s3-gateway unless the value is defined.
61
AWS_ROLE_SESSION_NAME="nginx-s3-gateway"
0 commit comments