Add Rancher token secrets-engine repos (plugin + terraform provider) #29
Reference in New Issue
Block a user
Delete Branch "benvin/vault-plugin-secrets-rancher"
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
Rancher caps admin API-token TTLs (commonly 90 days), so long-lived automation tokens expire and break. A new Vault/OpenBao secrets engine seeds an admin token, auto-rotates it before expiry, and mints short-lived scoped tokens on demand. This PR creates the two Gitea repos that will host it.
Changes
vault-plugin-secrets-rancher.yaml— the secrets-engine plugin repo (squash-only, main protected on pre-commit/build/test).terraform-provider-ranchervaultsecret.yaml— its Terraform provider repo (same protection profile as the litellm provider).