Add a plugin-import module + config/plugins for catalog registration #89
Reference in New Issue
Block a user
Delete Branch "benvin/vault-plugin-import"
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?
Split plugin catalog registration out of the per-engine backend modules into its own concern (previously bundled into #87's gpg_secret_backend).
Changes
pluginmodule (vault_plugin: type/name/command/sha256/plugin_version) that imports a binary into the catalog.config/plugins/discovery group (filename = catalog name = mount type), wired throughvault_cluster(pluginsvariable + module) and the syd1 environment.config/plugins/vault-plugin-secrets-gpg.yamlpins the released v0.1.0 binary sha256 (0e92d740…a7b20, from the published RPM). Puppet installs the RPM floating, so bump this in lockstep on upgrade.Any engine now registers its plugin by dropping a file in
config/plugins/; its*_secret_backendmodule just mounts the registered type.Needs the deployer's plugin-catalog access (#88). Merge order: #88 → this → #87.