move ollama api key to valut

This commit is contained in:
2025-05-17 23:31:42 +02:00
parent faa55fa069
commit 87f2446cd1
4 changed files with 48 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
bound_service_account_names:
- ollama-proxy
bound_service_account_namespaces:
- ollama
token_policies:
- ollama

3
vault/policy/ollama.hcl Normal file
View File

@@ -0,0 +1,3 @@
path "secret/data/ollama" {
capabilities = ["read"]
}