078a245939
* impr(auth/ldap): allow to dereference aliases in searches * docs: add documentation for LDAP alias dereferencing * chore(auth/ldap): add changelog entry for PR 18230 * chore: run formatter * fix: update default LDAP configuration with new default * Update website/content/docs/auth/ldap.mdx Co-authored-by: tjperry07 <tjperry07@users.noreply.github.com> * docs(ldap): add alias dereferencing to API docs for LDAP --------- Co-authored-by: tjperry07 <tjperry07@users.noreply.github.com> |
||
---|---|---|
.. | ||
database | ||
framework | ||
helper | ||
logical | ||
physical | ||
plugin | ||
queue | ||
README.md | ||
go.mod | ||
go.sum |
README.md
Vault SDK libs
This package provides the sdk
package which contains code useful for
developing Vault plugins.
Although we try not to break functionality, we reserve the right to reorganize
the code at will and may occasionally cause breaks if they are warranted. As
such we expect the tag of this module will stay less than v1.0.0
.
For any major changes we will try to give advance notice in the CHANGES section of Vault's CHANGELOG.md.