IPCEICIS-2951 #19

Closed
Michal.Wrobel wants to merge 7 commits from IPCEICIS-2951 into development
Showing only changes of commit 8126550d70 - Show all commits

View file

@ -4,7 +4,6 @@ server:
- -c
- |
sleep 10
rm -rf /openbao/data/*
bao operator init >> /tmp/init.txt
cat /tmp/init.txt | grep "Key " | awk '{print $NF}' | xargs -I{} bao operator unseal {}
echo $(grep "Initial Root Token:" /tmp/init.txt | awk '{print $NF}')| cat > /openbao/data/initial_token.txt