Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ecee4b4432 | |||
| 9e2c21131f |
@@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
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
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
# 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
|
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
# 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