revert and disable acl in conf

This commit is contained in:
Joseph Hanson 2024-10-19 16:59:59 -05:00
parent e5a944afb8
commit 845443720d
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
2 changed files with 9 additions and 9 deletions

View file

@ -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:

View file

@ -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