-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update docs to match running builtins as plugins #5727
Conversation
@@ -108,8 +103,7 @@ This endpoint enables a new secrets engine at the given path. | |||
These control the default and maximum lease time-to-live, force | |||
disabling backend caching, and option plugin name for plugin backends |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove reference to plugin name & backends.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch!
remove plugins in Vault's catalog. Plugins must be registered before use, and | ||
once registered backends can use the plugin by querying the catalog. | ||
|
||
## List Plugins | ||
## Read Plugins |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even though the Method has changed to GET, I think "List" is still the right word for the heading, and is consistent with following sentence.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point! Also, revisiting this made me realize I'd not included the new three LIST endpoints for plugins by type, so I'm adding those.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some pretty minor comments. Otherwise it LGTM!
Co-Authored-By: tyrannosaurus-becks <[email protected]>
Updates docs to match the changes introduced in #5536 to run all builtins as plugins.