Skip to content

Commit b0abbde

Browse files
authored
Fix Workflow Access to id-token for OIDC Auth (#1170)
* Enable AWS access when testing microservices Signed-off-by: Jonathan Minkin <[email protected]> * Add id-token permissions to workflow to allow OIDC auth Signed-off-by: Jonathan Minkin <[email protected]> --------- Signed-off-by: Jonathan Minkin <[email protected]>
1 parent a5daed5 commit b0abbde

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.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)