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
|
mountPath: /opt/init-user.json
|
||||||
subPath: init-user.json
|
subPath: init-user.json
|
||||||
readOnly: true
|
readOnly: true
|
||||||
# - name: acl-conf
|
- name: acl-conf
|
||||||
# mountPath: /opt/acl.conf
|
mountPath: /opt/acl.conf
|
||||||
# subPath: acl.conf
|
subPath: acl.conf
|
||||||
# readOnly: true
|
readOnly: true
|
||||||
extraVolumes:
|
extraVolumes:
|
||||||
- name: init-user
|
- name: init-user
|
||||||
secret:
|
secret:
|
||||||
|
|
|
@ -11,11 +11,11 @@ authentication {
|
||||||
|
|
||||||
authorization {
|
authorization {
|
||||||
sources = [
|
sources = [
|
||||||
{
|
// {
|
||||||
type = file
|
// type = file
|
||||||
enable = true
|
// enable = true
|
||||||
path = "/opt/acl.conf"
|
// path = "/opt/acl.conf"
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
type = built_in_database
|
type = built_in_database
|
||||||
enable = true
|
enable = true
|
||||||
|
|
Loading…
Reference in a new issue