IPCEICIS-2951 #19

Closed
Michal.Wrobel wants to merge 7 commits from IPCEICIS-2951 into development
2 changed files with 14 additions and 1 deletions

View file

@ -70,6 +70,17 @@ alloy:
target_label = "container"
}
rule {
source_labels = ["__meta_kubernetes_pod_label_app"]
action = "replace"
target_label = "app"
}
rule {
source_labels = ["__meta_kubernetes_pod_label_app_kubernetes_io_name"]
action = "replace"
target_label = "app-name"
}
}
loki.source.kubernetes "all_pod_logs" {

View file

@ -12,6 +12,8 @@ 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
rm /tmp/init.txt
bao login $(grep "Initial Root Token:" /tmp/init.txt | awk '{print $NF}')
rm /tmp/init.txt
bao audit enable file file_path=stdout
ui:
enabled: true