The plugin is not marked as a secret plugin when registered with a version #28936
Labels
core
Issues and Pull-Requests specific to Vault Core
reproduced
This issue has been reproduced by a Vault engineer
ticketed
Describe the bug
When we register a custom plugin, this plugin is not marked as secret plugin when we use vault API. This blocks the use of other endpoints like /sys/plugins/catalog/secret
To Reproduce
Steps to reproduce the behavior:
vault plugin register sha256=<sample-sha-256> -command=<plugin-name> version=1.0.1 secret <plugin-name>
curl -H 'X-Vault-Token: <my-token>' --request LIST https://127.0.0.1:8200/v1/sys/plugins/catalog/secret
our plugin doest not appearExpected behavior
Plugin should be marked as secret plugin. To Bypass we need to register plugin first without version !
Environment:
Thanks!
The text was updated successfully, but these errors were encountered: