feat(hydra-oidc): add default environment
This commit is contained in:
parent
2a479a1f86
commit
f93ae0b4ba
|
@ -10,6 +10,20 @@ configMapGenerator:
|
||||||
literals:
|
literals:
|
||||||
- APP_ENV=prod
|
- APP_ENV=prod
|
||||||
- APP_DEBUG=false
|
- APP_DEBUG=false
|
||||||
|
- HYDRA_ADMIN_BASE_URL=http://hydra-dispatcher
|
||||||
|
- OIC_AUTHORIZE_ENDPOINT=https://oidc-idp/api/v1/authorize
|
||||||
|
- OIDC_TOKEN_ENDPOINT=https://oidc-idp/api/v1/token
|
||||||
|
- OIDC_USERINFO_ENDPOINT=https://oidc-idp/api/v1/userinfo
|
||||||
|
- POST_LOGOUT_REDIRECT_URL=http://oidc-sp/logout
|
||||||
|
- OIDC_LOGOUT_ENDPOINT=https://oidc-idp/api/v1/logout?%s
|
||||||
|
- BASE_URL=http://hydra-oidc
|
||||||
|
- PARAMS_TO_DELETE=[]
|
||||||
|
- PARAMS_TO_INSERT={}
|
||||||
|
- OIDC_SCOPE=openid email
|
||||||
|
- CLIENT_ID_FC=MyClientID
|
||||||
|
- CLIENT_SECRET_FC=MyClientSecret
|
||||||
|
- COOKIE_PATH=/
|
||||||
|
- TRUSTED_PROXIES=127.0.0.1,REMOTE_ADDR
|
||||||
- name: hydra-dispatcher-apps
|
- name: hydra-dispatcher-apps
|
||||||
behavior: merge
|
behavior: merge
|
||||||
files:
|
files:
|
||||||
|
|
Loading…
Reference in New Issue