From 8d7a7cb1bfb746842e9b955cdac0cf421d0496b8 Mon Sep 17 00:00:00 2001 From: miwr Date: Mon, 24 Mar 2025 13:38:15 +0100 Subject: [PATCH] bao operator init >> /tmp/init.txt --- template/stacks/ref-implementation/openbao/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/stacks/ref-implementation/openbao/values.yaml b/template/stacks/ref-implementation/openbao/values.yaml index 7fd7b18..ced9144 100644 --- a/template/stacks/ref-implementation/openbao/values.yaml +++ b/template/stacks/ref-implementation/openbao/values.yaml @@ -40,7 +40,7 @@ server: - -c - | sleep 10 - # bao operator init >> /tmp/init.txt + 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 # echo $(grep "Unseal Key 1:" /tmp/init.txt | awk '{print $NF}')| cat > /openbao/data/unseal_key1.txt