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

51
52
52
53
If you have joined a workspace, you need to be assigned a license by the workspace administrator.
53
54
In case of switching workspaces or licenses, you need to make sure that you are assigned to the correct license.
@@ -76,16 +77,14 @@ The following sections describe the various methods of setting your Auth Token.
76
77
77
78
You should set the `LOCALSTACK_AUTH_TOKEN` environment variable either before or during the startup of LocalStack using the `localstack` command-line interface (CLI).
For more information about starting LocalStack with Docker, take a look at our [Docker installation](https://docs.localstack.cloud/getting-started/installation/#docker) guide.
118
117
@@ -155,22 +154,22 @@ Refer to our [configuration guide](https://docs.localstack.cloud/references/conf
155
154
156
155
The simplest method to verify if LocalStack is active is by querying the health endpoint for a list of running services:
@@ -243,9 +242,9 @@ You can find your Auth Token on the [Auth Tokens page](https://app.localstack.cl
243
242
244
243
If you are using the `localstack` CLI, you can set the `LOCALSTACK_AUTH_TOKEN` environment variable to your Auth Token or use the following command to set it up:
245
244
246
-
{{< command >}}
247
-
$ localstack auth set-token <YOUR_AUTH_TOKEN>
248
-
{{< / command >}}
245
+
```bash
246
+
localstack auth set-token <YOUR_AUTH_TOKEN>
247
+
```
249
248
250
249
### Invalid License
251
250
@@ -257,9 +256,9 @@ You can check your license status in the LocalStack Web Application on the [My L
257
256
LocalStack initiates offline activation when the license server is unreachable, requiring re-activation every 24 hours.
258
257
Log output may indicate issues with your machine resolving the LocalStack API domain, which can be verified using a tool like `dig`:
259
258
260
-
{{< command >}}
261
-
$ dig api.localstack.cloud
262
-
{{< / command >}}
259
+
```bash
260
+
dig api.localstack.cloud
261
+
```
263
262
264
263
If the result shows a status other than `status: NOERROR`, your machine is unable to resolve this domain.
265
264
Certain corporate DNS servers may filter requests to specific domains.
0 commit comments