Skip to content

Commit

Permalink
Small changes to the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
larsore committed Jan 21, 2025
1 parent 67e0a5a commit b77e3ba
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ spec:
- BearerToken
issuer: https://idporten.no
jwksUri: https://idporten.no/jwks.json
outputClaimToHeaders:
- claim: aud
header: Audience
selector:
matchLabels:
app: idporten-test-client-with-auth
Expand Down
3 changes: 3 additions & 0 deletions tests/application/idporten/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ spec:
authentication:
enabled: true
secretName: "idporten-idporten-test-client-with-auth-c47dbf96"
outputClaimToHeaders:
- claim: "aud"
header: "Audience"
---
apiVersion: v1
kind: Secret
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ spec:
forwardOriginalToken: true
issuer: https://maskinporten.no/
jwksUri: https://maskinporten.no/jwk
outputClaimToHeaders:
- claim: aud
header: Audience
selector:
matchLabels:
app: maskinporten-test-client-with-auth
Expand Down
3 changes: 3 additions & 0 deletions tests/application/maskinporten/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ spec:
authentication:
enabled: true
secretName: "maskinporten-maskinporten-test-client-with-auth-64bbe0ca"
outputClaimToHeaders:
- claim: "aud"
header: "Audience"
---
apiVersion: v1
kind: Secret
Expand Down

0 comments on commit b77e3ba

Please sign in to comment.