Commit 7531ee2
committed
fix: Disable IAM enforcement in LocalStack service container
- Set ENFORCE_IAM=0 to accept any AWS credentials
- Add SKIP_SSL_CERT_DOWNLOAD=1 to skip certificate validation
- Add CORS disable flags for simpler testing
- Resolves 'security token included in the request is invalid' error
- LocalStack now accepts the test/test credentials from tests1 parent 78814cd commit 7531ee2
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
25 | 32 | | |
26 | 33 | | |
27 | 34 | | |
| |||
0 commit comments