localstack-samples / localstack-samples/localstack-pro-samples

Migrate from API Key to Auth Token for sample tests

Abierto
#262 4 comentarios 0 reacciones 1 asignado Ver en GitHub

@prakgov ya está trabajando en esto.

Desde el 22/10/2025.

bug good first issue hacktoberfest
Lenguaje dominante
Makefile
Estrellas
196
Forks
65
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

The LocalStack API key (`LOCALSTACK_API_KEY`) has been sunset and will no longer work for authentication. To ensure that the sample tests in this repository continue to execute successfully, migrate all usages of `LOCALSTACK_API_KEY` to the new `LOCALSTACK_AUTH_TOKEN` environment variable.

**Tasks:**
- Identify all places where `LOCALSTACK_API_KEY` is referenced and replace with `LOCALSTACK_AUTH_TOKEN` (mainly in `makefile.yml`)
- Update documentation and code comments where necessary
- Validate that sample tests pass with the new auth token

**Impact:**

Without this migration, sample tests will fail due to authentication errors since the API key mechanism is deprecated.

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.