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
docs: add auth token guidance for LocalStack module
Starting March 23, 2026, localstack/localstack:latest requires a
LOCALSTACK_AUTH_TOKEN environment variable. Add a warning admonition
and usage examples for both auth token and version pinning approaches.
Copy file name to clipboardExpand all lines: docs/modules/localstack.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,13 @@
2
2
3
3
Testcontainers module for [LocalStack](http://localstack.cloud/), 'a fully functional local AWS cloud stack', to develop and test your cloud and serverless apps without actually using the cloud.
4
4
5
+
!!! warning "Auth Token Required for `localstack/localstack:latest`"
6
+
Starting March 23, 2026, `localstack/localstack:latest` requires a
7
+
`LOCALSTACK_AUTH_TOKEN` environment variable. To continue without an
8
+
auth token, pin to a pre-change version such as `4.14.0`.
9
+
See the [LocalStack Auth Token documentation](https://docs.localstack.cloud/getting-started/auth-token/)
10
+
for details.
11
+
5
12
## Usage example
6
13
7
14
You can start a LocalStack container instance from any Java application by using:
@@ -10,6 +17,26 @@ You can start a LocalStack container instance from any Java application by using
0 commit comments