Skip to content

Commit f8c70e5

Browse files
committed
Specify HYDRA_JWKS_URI
1 parent 2fe5656 commit f8c70e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/faf-lobby-server/templates/config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ data:
1010
MQ_USER: "faf-lobby-server"
1111
DB_LOGIN: "faf-python-server"
1212
DB_NAME: "faf_lobby"
13+
HYDRA_JWKS_URI: "https://hydra.{{ .Values.baseDomain }}/.well-known/jwks.json"
1314
"config.yaml": |-
1415
{{ tpl ( .Files.Get "config/config.yaml" ) . | indent 4 }}

0 commit comments

Comments
 (0)