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

Migrate from API Key to Auth Token for sample tests

Aberta
#262 4 comentários 0 reações 1 responsável Ver no GitHub

@prakgov já está trabalhando nisso.

Desde 22/10/2025.

bug good first issue hacktoberfest
Linguagem predominante
Makefile
Estrelas
196
Forks
65
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

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.

Guia de contribuição

Nenhum guia de contribuição indexado para este repositório

Primeiros passos

  1. Leia a issue inteira e depois o guia de contribuição do projeto.
  2. Comente na issue dizendo que vai assumir — evita que duas pessoas façam o mesmo trabalho.
  3. Faça um fork do repositório e trabalhe em uma branch.
  4. Abra um pull request que referencie o número da issue.

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.