revert and disable acl in conf
This commit is contained in:
parent
e5a944afb8
commit
845443720d
2 changed files with 9 additions and 9 deletions
|
@ -22,10 +22,10 @@ spec:
|
|||
mountPath: /opt/init-user.json
|
||||
subPath: init-user.json
|
||||
readOnly: true
|
||||
# - name: acl-conf
|
||||
# mountPath: /opt/acl.conf
|
||||
# subPath: acl.conf
|
||||
# readOnly: true
|
||||
- name: acl-conf
|
||||
mountPath: /opt/acl.conf
|
||||
subPath: acl.conf
|
||||
readOnly: true
|
||||
extraVolumes:
|
||||
- name: init-user
|
||||
secret:
|
||||
|
|
|
@ -11,11 +11,11 @@ authentication {
|
|||
|
||||
authorization {
|
||||
sources = [
|
||||
{
|
||||
type = file
|
||||
enable = true
|
||||
path = "/opt/acl.conf"
|
||||
},
|
||||
// {
|
||||
// type = file
|
||||
// enable = true
|
||||
// path = "/opt/acl.conf"
|
||||
// },
|
||||
{
|
||||
type = built_in_database
|
||||
enable = true
|
||||
|
|
Loading…
Reference in a new issue