IPCEICIS-3111 #21

Closed
Michal.Wrobel wants to merge 131 commits from IPCEICIS-3111 into development
Showing only changes of commit 0971384fd2 - Show all commits

View file

@ -20,7 +20,11 @@ server:
volumes:
- name: log-storage
path: /var/log/test
emptyDir: {}
volumeMounts:
- name: log-storage
mountPath: /var/log/test
postStart:
- sh
@ -36,11 +40,11 @@ server:
echo $(grep "Unseal Key 4:" /tmp/init.txt | awk '{print $NF}')| cat > /openbao/data/unseal_key4.txt
echo $(grep "Unseal Key 5:" /tmp/init.txt | awk '{print $NF}')| cat > /openbao/data/unseal_key5.txt
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
rm /tmp/init.txt
ui:
enabled: true