feat(dispatch) minimize authentication config for header first
This commit is contained in:
parent
efcafb9ccb
commit
038366081b
3 changed files with 1 additions and 12 deletions
|
@ -1,4 +1,4 @@
|
|||
apiVersion: v2
|
||||
name: dispatch
|
||||
description: Netflix Dispatch incident management system
|
||||
version: 0.3.1
|
||||
version: 0.3.2
|
|
@ -23,10 +23,6 @@ spec:
|
|||
env:
|
||||
- name: MJML_PATH
|
||||
value: /node_modules/.bin
|
||||
- name: DISPATCH_AUTHENTICATION_PROVIDER_SLUG
|
||||
value: "{{ .Values.authentication.provider_slug }}"
|
||||
- name: DISPATCH_AUTHENTICATION_DEFAULT_USER
|
||||
value: dispatch@
|
||||
- name: DISPATCH_UI_URL
|
||||
value: "{{ .Values.url }}"
|
||||
- name: DATABASE_HOSTNAME
|
||||
|
|
|
@ -17,13 +17,6 @@ initContainers:
|
|||
url: http://localhost:80
|
||||
|
||||
authentication:
|
||||
#provider_slug: dispatch-auth-provider-basic
|
||||
# provider_slug: dispatch-auth-provider-pkce
|
||||
pkce:
|
||||
dont_verify_at_hash: false
|
||||
openid_connect_url:
|
||||
client_id:
|
||||
use_id_token:
|
||||
provider_slug: dispatch-auth-provider-header
|
||||
header:
|
||||
header_name: Tailscale-User-Login
|
||||
|
|
Loading…
Reference in a new issue