Skip to content

Commit 96a9a29

Browse files
committed
feat(jwt-exp): run LocalStack test
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
1 parent f6e67af commit 96a9a29

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: 'Test: AWS Secrets Manager Bearer Auth'
2+
on:
3+
pull_request:
4+
workflow_dispatch:
5+
6+
permissions: read-all
7+
8+
jobs:
9+
aws-secrets-manager-bearer:
10+
name: AWS Secrets Manager Bearer Auth E2E
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v6
14+
- uses: actions/setup-go@v6
15+
with:
16+
go-version: 1.25.x
17+
- name: Install crane
18+
run: |
19+
go install github.com/google/go-containerregistry/cmd/crane@latest
20+
- name: Run AWS Secrets Manager bearer auth tests
21+
run: |
22+
./examples/aws-secrets-manager-bearer-auth.sh

0 commit comments

Comments
 (0)