From 724c0da17e922ecb30b02c934c8d685d205643c2 Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Sun, 16 Aug 2026 15:41:18 +1000 Subject: [PATCH] vault: move ghp plugin-catalog entry to its own PR (#123) Ordered add registers the plugin in the catalog (#123) before this PR mounts + configures the engine. This PR is now mount/config/role + module wiring only. --- config/plugins/vault-plugin-secrets-ghp.yaml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 config/plugins/vault-plugin-secrets-ghp.yaml diff --git a/config/plugins/vault-plugin-secrets-ghp.yaml b/config/plugins/vault-plugin-secrets-ghp.yaml deleted file mode 100644 index b8ea4cd..0000000 --- a/config/plugins/vault-plugin-secrets-ghp.yaml +++ /dev/null @@ -1,11 +0,0 @@ -# config/plugins/vault-plugin-secrets-ghp.yaml -# Imports (registers) the ghp secrets plugin in the catalog. Filename = -# catalog name = mount type. The binary is installed on the OpenBao nodes by -# Puppet (openbao-plugin-secrets-ghp RPM -> -# /opt/openbao-plugins/vault-plugin-secrets-ghp). -# -# sha256 pins the released v0.1.0 binary; bump it in lockstep with any RPM -# upgrade or OpenBao will refuse to launch the plugin. -type: secret -command: vault-plugin-secrets-ghp -sha256: "85761421cd532788ed28fb57e93d3868f3577320a538289936d9ed3be5f396de"