Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2f0123eff8 |
@@ -1,10 +0,0 @@
|
|||||||
---
|
|
||||||
models:
|
|
||||||
- claude-haiku-4-5
|
|
||||||
- claude-sonnet-4-6
|
|
||||||
max_budget: 50
|
|
||||||
ttl: 3600 # seconds (1h)
|
|
||||||
max_ttl: 86400 # seconds (24h)
|
|
||||||
metadata:
|
|
||||||
team: mailfiltering
|
|
||||||
env: prod
|
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
# Role on the "litellm" mount (directory name = backend mount path).
|
||||||
|
# Constrains the virtual keys generated from creds/team-a.
|
||||||
|
models:
|
||||||
|
- gpt-4
|
||||||
|
- gpt-3.5-turbo
|
||||||
|
max_budget: 50
|
||||||
|
ttl: 3600 # seconds (1h)
|
||||||
|
max_ttl: 86400 # seconds (24h)
|
||||||
|
metadata:
|
||||||
|
team: a
|
||||||
|
env: prod
|
||||||
@@ -36,7 +36,7 @@ terraform {
|
|||||||
version = "2.23.0"
|
version = "2.23.0"
|
||||||
}
|
}
|
||||||
litellm = {
|
litellm = {
|
||||||
source = "artifactapi.k8s.syd1.au.unkin.net/terraform-unkin/litellmvaultsecret"
|
source = "git.unkin.net/unkin/litellmvaultsecret"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,26 +0,0 @@
|
|||||||
# Allow management of the LiteLLM secrets engine (config and roles)
|
|
||||||
---
|
|
||||||
rules:
|
|
||||||
- path: "litellm/config"
|
|
||||||
capabilities:
|
|
||||||
- create
|
|
||||||
- update
|
|
||||||
- read
|
|
||||||
- delete
|
|
||||||
- path: "litellm/roles/*"
|
|
||||||
capabilities:
|
|
||||||
- create
|
|
||||||
- update
|
|
||||||
- delete
|
|
||||||
- read
|
|
||||||
- list
|
|
||||||
- path: "litellm/roles"
|
|
||||||
capabilities:
|
|
||||||
- read
|
|
||||||
- list
|
|
||||||
|
|
||||||
auth:
|
|
||||||
approle:
|
|
||||||
- tf_vault
|
|
||||||
k8s/au/syd1:
|
|
||||||
- woodpecker_terraform_vault
|
|
||||||
Reference in New Issue
Block a user