mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-01-30 14:30:08 +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:
|
security:
|
||||||
api:
|
api:
|
||||||
url: "{{ .Values.base.authHost }}"
|
url: "{{ .Values.backend.config.backendAuthHost }}"
|
||||||
avatar-url: "{{ .Values.base.authHost }}/avatar/%s"
|
avatar-url: "{{ .Values.base.authHost }}/avatar/%s"
|
||||||
token-secret: "{{ .Values.backend.config.tokenSecret }}"
|
token-secret: "{{ .Values.backend.config.tokenSecret }}"
|
||||||
image-proxy-url: "{{ .Values.base.authHost }}/image/%s"
|
image-proxy-url: "{{ .Values.base.authHost }}/image/%s"
|
||||||
|
@ -167,6 +167,7 @@ backend:
|
|||||||
options: "?currentSchema=hangar"
|
options: "?currentSchema=hangar"
|
||||||
tokenSecret: "secret" # todo secret
|
tokenSecret: "secret" # todo secret
|
||||||
backendOauthUrl: "http://hangarauth-hydra:4444"
|
backendOauthUrl: "http://hangarauth-hydra:4444"
|
||||||
|
backendAuthHost: "http://hangarauth-backend:8080"
|
||||||
storage:
|
storage:
|
||||||
type: "local" # todo storage stuff
|
type: "local" # todo storage stuff
|
||||||
accessKey: "todo"
|
accessKey: "todo"
|
||||||
|
Loading…
Reference in New Issue
Block a user