From 0dba5e00a6e467b079e563ef764fcaf75ac491e3 Mon Sep 17 00:00:00 2001 From: BenVincent Date: Thu, 9 Jul 2026 23:47:32 +1000 Subject: [PATCH] chore: update litellm address (#85) - update litellm address - add a test role --------- Co-authored-by: Ben Vincent Reviewed-on: https://git.unkin.net/unkin/terraform-vault/pulls/85 --- config/litellm_secret_backend/litellm.yaml | 2 +- config/litellm_secret_backend_role/litellm/opus47.yaml | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 config/litellm_secret_backend_role/litellm/opus47.yaml diff --git a/config/litellm_secret_backend/litellm.yaml b/config/litellm_secret_backend/litellm.yaml index 5d98662..f0deef8 100644 --- a/config/litellm_secret_backend/litellm.yaml +++ b/config/litellm_secret_backend/litellm.yaml @@ -2,5 +2,5 @@ # The master key is sensitive and read from KV, not stored here: # kv/service/vault/au/syd1/secret_backend/litellm -> key "master_key" description: "LiteLLM dynamic virtual keys" -base_url: "http://litellm.litellm.svc:4000" +base_url: "https://litellm.k8s.syd1.au.unkin.net" request_timeout_seconds: 30 diff --git a/config/litellm_secret_backend_role/litellm/opus47.yaml b/config/litellm_secret_backend_role/litellm/opus47.yaml new file mode 100644 index 0000000..044e21e --- /dev/null +++ b/config/litellm_secret_backend_role/litellm/opus47.yaml @@ -0,0 +1,9 @@ +--- +models: + - claude-opus-4-7 +max_budget: 5 +ttl: 3600 # seconds (1h) +max_ttl: 86400 # seconds (24h) +metadata: + team: testuser + env: prod