mirror of
https://github.com/hashicorp/vault-action.git
synced 2026-04-30 23:28:52 +00:00
Add userpass auth and ldap auth support (#440)
* fix(auth): added approle test in basic integration * feat(auth): adding userpass and and ldap auth * chore(changelog): added support for userpass and ldap auth
This commit is contained in:
parent
c253c155ba
commit
1d767e3957
6 changed files with 272 additions and 4 deletions
|
|
@ -1,5 +1,9 @@
|
|||
## Unreleased
|
||||
|
||||
Features:
|
||||
|
||||
* Added support for userpass and ldap authentication methods [GH-440](https://github.com/hashicorp/vault-action/pull/440)
|
||||
|
||||
## 2.5.0 (Jan 26th, 2023)
|
||||
|
||||
Features:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue