feat: add repoflow service vault configuration

- add secrets for s3, elasticsearch, hasura, postgres and repoflow
This commit is contained in:
2025-12-13 09:20:41 +11:00
parent 2466a6fe5c
commit 7b81abfa9e
6 changed files with 35 additions and 0 deletions
@@ -0,0 +1,3 @@
path "kv/data/service/repoflow/au/syd1/ceph-s3" {
capabilities = ["read"]
}
@@ -0,0 +1,3 @@
path "kv/data/service/repoflow/au/syd1/elasticsearch" {
capabilities = ["read"]
}
@@ -0,0 +1,3 @@
path "kv/data/service/repoflow/au/syd1/hasura" {
capabilities = ["read"]
}
@@ -0,0 +1,3 @@
path "kv/data/service/repoflow/au/syd1/postgres" {
capabilities = ["read"]
}
@@ -0,0 +1,3 @@
path "kv/data/service/repoflow/au/syd1/repoflow-server" {
capabilities = ["read"]
}