From af552c9c01b61036141e68fcd04f4b9ba26f9147 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sat, 11 Jul 2026 01:11:13 +1000 Subject: [PATCH] Add vault-plugin-secrets-bind-tsig repository Declares the repo for a HashiCorp Vault / OpenBao secrets engine that manages BIND TSIG keys via the bind-operator (static rotation + dynamic creds). Mirrors the vault-plugin-secrets-litellm repo config. --- .../vault-plugin-secrets-bind-tsig.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 config/git.unkin.net/unkin/repository/vault-plugin-secrets-bind-tsig.yaml diff --git a/config/git.unkin.net/unkin/repository/vault-plugin-secrets-bind-tsig.yaml b/config/git.unkin.net/unkin/repository/vault-plugin-secrets-bind-tsig.yaml new file mode 100644 index 0000000..cfb9b6d --- /dev/null +++ b/config/git.unkin.net/unkin/repository/vault-plugin-secrets-bind-tsig.yaml @@ -0,0 +1,19 @@ +description: "HashiCorp Vault / OpenBao secrets engine for BIND TSIG keys (static rotation + dynamic creds via bind-operator)" +private: false +default_branch: "main" +default_delete_branch_after_merge: true +# Squash-only: the gitea provider has no "default merge style", so we restrict +# the allowed styles to squash to force it. +allow_merge_commits: false +allow_rebase: false +allow_rebase_explicit: false +allow_squash_merge: true +branch_protection: + - rule_name: "main" + enable_push: false + status_check_contexts: + - "ci/woodpecker/pr/pre-commit" + - "ci/woodpecker/pr/build" + - "ci/woodpecker/pr/test" + approval_whitelist_teams: + - "Owners"