File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
deployments/kubernetes/charts/clowder2 Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 292292 "alwaysDisplayInConsole" : false ,
293293 "clientAuthenticatorType" : " client-secret" ,
294294 "redirectUris" : [
295- " https://clowder2.software-dev.ncsa.illinois.edu/api/v2/auth"
295+ " https://clowder2.software-dev.ncsa.illinois.edu/api/v2/auth" ,
296+ " http://clowder2.software-dev.ncsa.illinois.edu/api/v2/auth"
296297 ],
297298 "webOrigins" : [
298299 " https://clowder2.software-dev.ncsa.illinois.edu"
Original file line number Diff line number Diff line change 6969 - name : auth_client_id
7070 value : {{ .Values.auth.clientID }}
7171 - name : auth_redirect_uri
72- value : {{ .Values. auth.redirectURI }}
72+ value : $(CLOWDER2_URL)/api/v2/ auth
7373 - name : auth_url
7474 value : $(CLOWDER2_URL)/keycloak/realms/clowder/protocol/openid-connect/auth?client_id=clowder2-backend&response_type=code
7575 - name : oauth2_scheme_auth_url
7979 - name : auth_token_url
8080 value : http://{{ include "clowder2.name" .}}-keycloak-headless:8080/keycloak/realms/clowder/protocol/openid-connect/token
8181 - name : auth_server_url
82- value : {{ .Values.auth.server }}
82+ value : $(CLOWDER2_URL)/keycloak/
8383 - name : keycloak_base
8484 value : $(CLOWDER2_URL)/api
8585 - name : frontend_url
Original file line number Diff line number Diff line change 11hostname : clowder2.localhost
22
33auth :
4- server : clowder2.localhost/keycloak/
54 realm : clowder
65 clientID : clowder2-backend
7- redirectURI : clowder2.localhost/api/v2/auth
86
97imagePullSecrets : []
108nameOverride : " "
You can’t perform that action at this time.
0 commit comments