Skip to content

Commit

Permalink
add jwt:scope_claim and PR suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
yatharthranjan committed Sep 30, 2024
1 parent 7fb72a6 commit 4af6790
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions etc/hydra/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ingress:
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
hosts:
- host: radar-k3s-test.thehyve.net
- host: localhost
paths:
- path: "/admin/hydra/?(.*)"
pathType: ImplementationSpecific
Expand All @@ -25,7 +25,7 @@ ingress:
- path: "/hydra/?(.*)"
pathType: ImplementationSpecific
tls:
- secretName: hydra-public-tls
- secretName: radar-base-tls
hosts:
- localhost
hydra:
Expand All @@ -45,6 +45,8 @@ hydra:

strategies:
access_token: jwt
jwt:
scope_claim: both

oauth2:
allowed_top_level_claims: [scope,roles,authorities,sources,user_name]
Expand Down

0 comments on commit 4af6790

Please sign in to comment.