Skip to content

Commit 48da941

Browse files
committed
Update ENFORCE_IAM=0
1 parent 7a4e007 commit 48da941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops-tooling/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
- "4571:4571" # elasticsearch service
1212
environment:
1313
- DEBUG=1 # turn debug output on
14-
- ENFORCE_IAM=${ENFORCE_IAM-1} # Enable IAM policy evaluation and enforcement
14+
- ENFORCE_IAM=${ENFORCE_IAM-0} # Enable IAM policy evaluation and enforcement
1515
- LAMBDA_RUNTIME_ENVIRONMENT_TIMEOUT=90
1616
- PERSIST_ALL=${PERSIST_ALL-false}
1717
- LOCALSTACK_API_KEY=${LOCALSTACK_API_KEY-}

0 commit comments

Comments
 (0)