touch /var/log/openbao.log
chmod 644 /var/log/openbao.log chown openbao:openbao /var/log/openbao.log bao audit enable file file_path=/var/log/openbao.log removed
This commit is contained in:
parent
5ffb47d1ca
commit
12d35ad1e9
1 changed files with 0 additions and 4 deletions
|
@ -43,9 +43,5 @@ server:
|
|||
bao login $(grep "Initial Root Token:" /tmp/init.txt | awk '{print $NF}')
|
||||
rm /tmp/init.txt
|
||||
bao audit enable file file_path=stdout
|
||||
touch /var/log/openbao.log
|
||||
chmod 644 /var/log/openbao.log
|
||||
chown openbao:openbao /var/log/openbao.log
|
||||
bao audit enable file file_path=/var/log/openbao.log
|
||||
ui:
|
||||
enabled: true
|
Loading…
Reference in a new issue