File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 16
16
global :
17
17
jwtOnly : false
18
18
basicAuthUsers :
19
- ditto :
20
- user : ditto
19
+ - user : ditto
21
20
password : ditto
22
21
logging :
23
22
customConfigFile :
Original file line number Diff line number Diff line change @@ -68,11 +68,12 @@ global:
68
68
maxHeadersSize : 5k
69
69
# maxAuthSubjectsCount the maximum possible number of authorization subjects in Ditto headers, default: 100
70
70
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
75
74
# password: ditto
75
+ # - user: jane
76
+ # password: janesPw
76
77
# hashedBasicAuthUsers configures a list of hashed .htpasswd username/password entries
77
78
hashedBasicAuthUsers : []
78
79
# jwtOnly controls whether only OpenID-Connect authentication is supported
You can’t perform that action at this time.
0 commit comments