Skip to content

Commit cc5767a

Browse files
committed
fix(staging): configure auth wrapper for vpn login
1 parent 83c30c6 commit cc5767a

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

overlays/staging/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ patches:
1111
- path: patches/litellm-staging-config.yaml
1212
- path: patches/litellm-staging-service.yaml
1313
- path: patches/kisz-auth-wrapper-staging-service.yaml
14+
- path: patches/kisz-auth-wrapper-staging-deployment.yaml
1415

1516
replicas:
1617
- name: litellm-proxy
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
apiVersion: apps/v1
2+
kind: Deployment
3+
metadata:
4+
name: kisz-auth-wrapper
5+
spec:
6+
template:
7+
spec:
8+
containers:
9+
- name: kisz-auth-wrapper
10+
env:
11+
- name: ADMIN_AUTHENTIK_GROUP
12+
value: SCI-ADMINS
13+
- name: SESSION_HTTPS_ONLY
14+
value: "false"

0 commit comments

Comments
 (0)