Change syntax on oidc enable
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
49663d8bb2
commit
f76c2ff695
@ -18,11 +18,9 @@ spec:
|
||||
image: linuxserver/freshrss
|
||||
env:
|
||||
- name: OIDC_ENABLED
|
||||
value: "1"
|
||||
- name: OIDC_REMOTE_USER_CLAIM
|
||||
value: "preferred_username"
|
||||
value: 1
|
||||
- name: OIDC_SCOPES
|
||||
value: "openid profile"
|
||||
value: "openid profile email"
|
||||
- name: OIDC_X_FORWARDED_HEADERS
|
||||
value: "X-Forwarded-Host X-Forwarded-Port X-Forwarded-Proto"
|
||||
- name: OIDC_PROVIDER_METADATA_URL
|
||||
|
Loading…
Reference in New Issue
Block a user