Add vault-plugin-secrets-litellm and terraform-provider-litellm repos #18
Reference in New Issue
Block a user
Delete Branch "benvin/add-litellm-repos"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why
The LiteLLM dynamic secrets work needs two new Gitea repos: the Vault/OpenBao
secrets-engine plugin (
vault-plugin-secrets-litellm) and its companionTerraform provider (
terraform-provider-litellm) used fromterraform-vault.Changes
vault-plugin-secrets-litellmrepo config: public, default branchmain,squash-only merging, branch protection on
main(pre-commit/build/test checks,Owners approval).
terraform-provider-litellmrepo config with the same settings.Notes
allow_*flags rather than a merge-stylesetting: the pinned
go-gitea/giteaprovider (0.7.0, latest available) exposesneither
default_merge_stylenordefault_delete_branch_after_mergeongitea_repository, so auto-delete-branch-on-merge is intentionally not set.