docs icon indicating copy to clipboard operation
docs copied to clipboard

IAM enforce

Open Iyadomry opened this issue 11 months ago • 0 comments

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.

Iyadomry avatar Feb 13 '25 23:02 Iyadomry