Merge pull request 'feat: add repoflow service vault configuration' (#39) from benvin/repoflow into master

Reviewed-on: #39
This commit was merged in pull request #39.
This commit is contained in:
2025-12-13 10:13:33 +11:00
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"]
}