vault/sdk
Equus quagga 19adf7c6cc
Adds an option to enable sAMAccountname logins when upndomain is set (#29118)
* Adds an option to enable sAMAccountname logins when upndomain is set

* Adds an option to enable sAMAccountname logins when upndomain is set

* Updated changelog entry

* Update 29118.txt

* Updated cap/ldap version due to needed dependency

* Updated cap/ldap version due to needed dependency

* Restart CI

* Updated LDAP api-docs and docs describing the enable_samaccountname_login option

* Added missing comma in config_test.go

* Update enables_samaccountname

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>

* Update enable_samaccountname_login feature documentation

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>

---------

Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
2025-01-24 12:08:18 -06:00
..
database proto: bump protoc-gen-go to 1.36.3 (#29359) 2025-01-22 13:58:43 -05:00
framework Add SDK helpers and Core stubs for plugins to communicate with Enterprise Rotation Manager (#29273) 2025-01-07 22:22:45 +00:00
helper Adds an option to enable sAMAccountname logins when upndomain is set (#29118) 2025-01-24 12:08:18 -06:00
logical proto: bump protoc-gen-go to 1.36.3 (#29359) 2025-01-22 13:58:43 -05:00
physical physical: use permitpool from go-secure-stdlib (#29331) 2025-01-24 12:33:44 -05:00
plugin proto: bump protoc-gen-go to 1.36.3 (#29359) 2025-01-22 13:58:43 -05:00
queue adding copyright header (#19555) 2023-03-15 09:00:52 -07:00
rotation Add SDK helpers and Core stubs for plugins to communicate with Enterprise Rotation Manager (#29273) 2025-01-07 22:22:45 +00:00
.copywrite.hcl [DO NOT MERGE UNTIL EOY] update year in LICENSE and copywrite files (#24368) 2024-01-02 13:22:15 -08:00
go.mod physical: use permitpool from go-secure-stdlib (#29331) 2025-01-24 12:33:44 -05:00
go.sum physical: use permitpool from go-secure-stdlib (#29331) 2025-01-24 12:33:44 -05:00
LICENSE [COMPLIANCE] License changes (#22290) 2023-08-10 18:14:03 -07:00
README.md Create sdk/ and api/ submodules (#6583) 2019-04-12 17:54:35 -04:00

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.