ea8daea587
Plugin catalog registration now lives in its own module + config/plugins (see the split-out PR), so this module no longer registers the plugin. - Drop the vault_plugin resource and the sha256/command inputs; the mount now references the already-registered plugin type directly. - Simplify config/gpg_secret_backend/gpg.yaml to just the mount description.
5 lines
263 B
YAML
5 lines
263 B
YAML
# config/gpg_secret_backend/gpg.yaml
|
|
# Mounts the gpg secrets engine at "gpg". The plugin itself is registered in the
|
|
# catalog separately (see config/plugins/vault-plugin-secrets-gpg.yaml).
|
|
description: "GPG/OpenPGP secrets engine (sign/verify/encrypt/decrypt)"
|