Compare commits
7 commits
main
...
IPCEICIS-2
| Author | SHA1 | Date | |
|---|---|---|---|
| 0ddaa6b48b | |||
| 0d9eb6488c | |||
| abe39e9b51 | |||
| 66a56f2c43 | |||
| 8126550d70 | |||
| a772e4f9ae | |||
| 1898daa4a5 |
2 changed files with 14 additions and 1 deletions
|
|
@ -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" {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue