Skip to content
This repository was archived by the owner on Jun 22, 2025. It is now read-only.

Commit 01d12e1

Browse files
authored
Fix Workflow Access to id-token for OIDC Auth (opea-project#1170)
* Enable AWS access when testing microservices Signed-off-by: Jonathan Minkin <minkinj@amazon.com> * Add id-token permissions to workflow to allow OIDC auth Signed-off-by: Jonathan Minkin <minkinj@amazon.com> --------- Signed-off-by: Jonathan Minkin <minkinj@amazon.com>
1 parent 9ad51e5 commit 01d12e1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/pr-microservice-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ concurrency:
1818
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1919
cancel-in-progress: true
2020

21+
# Allow generation of id-token for OIDC auth with AWS
22+
permissions:
23+
id-token: write
24+
contents: read
25+
2126
jobs:
2227
job1:
2328
uses: ./.github/workflows/_get-test-matrix.yml

0 commit comments

Comments
 (0)