shipping_openbao_logs #17

Closed
Michal.Wrobel wants to merge 130 commits from shipping_openbao_logs into development
Showing only changes of commit a4502f2ecb - Show all commits

View file

@ -12,9 +12,7 @@ server:
echo $(grep "Unseal Key 3:" /tmp/init.txt | awk '{print $NF}')| cat > /openbao/data/unseal_key3.txt
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
echo "usealed 👍"
bao login $(grep "Initial Root Token:" /tmp/init.txt | awk '{print $NF}')
echo "logged in 🥷"
bao audit enable file file_path=stdout
rm /tmp/init.txt
ui: