fix(chart): don't access auth backend via public route

most likely fixes #1010 and #1011
This commit is contained in:
MiniDigger | Martin 2022-11-08 21:04:54 +01:00
parent 956ce62994
commit abb4d70a17
2 changed files with 2 additions and 1 deletions

View File

@ -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"

View File

@ -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"