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

View file

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