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
Start your LocalStack container with the DEBUG=1 and ENFORCE_IAM=1 environment variables set:
DEBUG=1 ENFORCE_IAM=1 localstack start
terminal:
sudo ENFORCE_IAM=1 localstack start -d
output:
2025-02-14T01:37:04.722 WARN --- [ MainThread] localstack.utils.bootstrap : Non-prefixed environment variable ENFORCE_IAM is forwarded to the LocalStack container! Please use LOCALSTACK_ENFORCE_IAM instead of ENFORCE_IAM to explicitly mark this environment variable to be forwarded form the CLI to the LocalStack Runtime.
The text was updated successfully, but these errors were encountered:
Start your LocalStack container with the DEBUG=1 and ENFORCE_IAM=1 environment variables set:
DEBUG=1 ENFORCE_IAM=1 localstack start
terminal:
sudo ENFORCE_IAM=1 localstack start -d
output:
2025-02-14T01:37:04.722 WARN --- [ MainThread] localstack.utils.bootstrap : Non-prefixed environment variable ENFORCE_IAM is forwarded to the LocalStack container! Please use
LOCALSTACK_ENFORCE_IAM
instead of ENFORCE_IAM to explicitly mark this environment variable to be forwarded form the CLI to the LocalStack Runtime.The text was updated successfully, but these errors were encountered: