localstack-samples / localstack-samples/localstack-pro-samples
Migrate from API Key to Auth Token for sample tests
@prakgov đang làm issue này rồi.
Từ ngày 22/10/2025.
- Ngôn ngữ chính
- Makefile
- Star
- 196
- Fork
- 65
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Đánh giá
Issue này chưa được đánh giá.