Skip to content

Commit

Permalink
Explicitly set jwt_audience in README example
Browse files Browse the repository at this point in the history
Ought to make it more clear that the JWT audience is something you
need to keep track off.
  • Loading branch information
andreaso committed Apr 20, 2024
1 parent e6adc93 commit 832c440
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
uses: andreaso/[email protected]
with:
vault_server: https://vault.example.com:8200
jwt_audience: vault.example.com
oidc_backend_path: github-oidc
oidc_role: example-user
ssh_backend_path: ssh-client-ca
Expand Down

0 comments on commit 832c440

Please sign in to comment.