mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-01-24 14:24:47 +08:00
fix(chart): don't access auth backend via public route
most likely fixes #1010 and #1011
This commit is contained in:
parent
956ce62994
commit
abb4d70a17
@ -54,7 +54,7 @@ stringData:
|
||||
|
||||
security:
|
||||
api:
|
||||
url: "{{ .Values.base.authHost }}"
|
||||
url: "{{ .Values.backend.config.backendAuthHost }}"
|
||||
avatar-url: "{{ .Values.base.authHost }}/avatar/%s"
|
||||
token-secret: "{{ .Values.backend.config.tokenSecret }}"
|
||||
image-proxy-url: "{{ .Values.base.authHost }}/image/%s"
|
||||
|
@ -167,6 +167,7 @@ backend:
|
||||
options: "?currentSchema=hangar"
|
||||
tokenSecret: "secret" # todo secret
|
||||
backendOauthUrl: "http://hangarauth-hydra:4444"
|
||||
backendAuthHost: "http://hangarauth-backend:8080"
|
||||
storage:
|
||||
type: "local" # todo storage stuff
|
||||
accessKey: "todo"
|
||||
|
Loading…
Reference in New Issue
Block a user