feat(dispatch) minimize authentication config for header first

This commit is contained in:
Tommy 2023-12-16 21:45:47 +01:00
parent efcafb9ccb
commit 038366081b
No known key found for this signature in database
3 changed files with 1 additions and 12 deletions

View file

@ -1,4 +1,4 @@
apiVersion: v2
name: dispatch
description: Netflix Dispatch incident management system
version: 0.3.1
version: 0.3.2

View file

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

View file

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