switch claude-memory server to multi-user API_KEYS auth
Enables isolated memory namespaces per user (wizard/emo) by switching from single API_KEY to API_KEYS JSON map env var.
This commit is contained in:
parent
a53b9438eb
commit
e4f478b490
1 changed files with 2 additions and 2 deletions
|
|
@ -188,11 +188,11 @@ resource "kubernetes_deployment" "claude-memory" {
|
|||
}
|
||||
}
|
||||
env {
|
||||
name = "API_KEY"
|
||||
name = "API_KEYS"
|
||||
value_from {
|
||||
secret_key_ref {
|
||||
name = "claude-memory-secrets"
|
||||
key = "api_key"
|
||||
key = "api_keys"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue