Skip to content

Commit 6c4b10a

Browse files
committed
Fix hydra admin nginx configs
1 parent 4af6790 commit 6c4b10a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

etc/hydra/values.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ ingress:
44
className: "nginx"
55
annotations:
66
cert-manager.io/cluster-issuer: letsencrypt-prod
7+
nginx.ingress.kubernetes.io/rewrite-target: /admin/$2
78
hosts:
89
- host: localhost
910
paths:
10-
- path: "/admin/hydra/?(.*)"
11+
- path: "/admin/hydra(/|$)(.*)"
1112
pathType: ImplementationSpecific
1213
tls:
1314
- secretName: radar-base-tls
@@ -45,8 +46,6 @@ hydra:
4546

4647
strategies:
4748
access_token: jwt
48-
jwt:
49-
scope_claim: both
5049

5150
oauth2:
5251
allowed_top_level_claims: [scope,roles,authorities,sources,user_name]

helmfile.d/10-services.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,6 @@ releases:
407407
values:
408408
- {{ .Values.server_name }}
409409

410-
411410
- name: radar-appserver-postgresql
412411
chart: radar/postgresql
413412
version: {{ .Values.radar_appserver_postgresql._chart_version }}

0 commit comments

Comments
 (0)