-
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
Add plugin backends docs #3125
Add plugin backends docs #3125
Conversation
|
||
## Unmount the plugin | ||
|
||
```shell |
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.
Marking this as shell does some weird highlighting like on false
and local
. I'd just leave it as text
or as nothing. (Elsewhere too.)
operates under the same underlying plugin mechanism, it is slightly different | ||
in design than plugin backends demonstrated in this guide. The database backend | ||
manages multiple plugins under the same backend mount point, whereas plugin | ||
backends are generic backends that functions as either a secret or auth backend. |
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.
s/functions/function, also s/either a secret or auth backends/either secret or auth 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.
Made a couple comments, I think this is fine. We can always spruce it up more at any point.
|
||
This guide provides steps to build, register, and mount non-database external | ||
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.
Somewhere we need to mention that reading the original connection's TLS connection state is not supported in 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.
I'll mention this on the plugin internals page.
No description provided.