Skip to content

Commit 4a6011b

Browse files
committed
simplified basicAuthUsers Helm config
1 parent aa8d8fa commit 4a6011b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

deployment/helm/ditto/local-values.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
global:
1717
jwtOnly: false
1818
basicAuthUsers:
19-
ditto:
20-
user: ditto
19+
- user: ditto
2120
password: ditto
2221
logging:
2322
customConfigFile:

deployment/helm/ditto/values.yaml

+5-4
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,12 @@ global:
6868
maxHeadersSize: 5k
6969
# maxAuthSubjectsCount the maximum possible number of authorization subjects in Ditto headers, default: 100
7070
maxAuthSubjectsCount: 100
71-
# basicAuthUsers configures (as a map) several user/password combinations which the nginx of the Ditto chart will authenticate
72-
basicAuthUsers: {}
73-
# ditto:
74-
# user: ditto
71+
# basicAuthUsers configures several user/password combinations which the nginx of the Ditto chart will authenticate
72+
basicAuthUsers:
73+
# - user: ditto
7574
# password: ditto
75+
# - user: jane
76+
# password: janesPw
7677
# hashedBasicAuthUsers configures a list of hashed .htpasswd username/password entries
7778
hashedBasicAuthUsers: []
7879
# jwtOnly controls whether only OpenID-Connect authentication is supported

0 commit comments

Comments
 (0)