approle: do not require secret_id (#522)

* approle: support bind_secret_id

* add changelog
This commit is contained in:
John-Michael Faircloth
2024-02-28 11:15:56 -06:00
committed by GitHub
parent d1720f055e
commit a727ce205a
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
## Unreleased
Features:
* `secretId` is no longer required for approle to support advanced use cases like machine login when `bind_secret_id` is false. [GH-522](https://github.com/hashicorp/vault-action/pull/522)
## 3.0.0 (February 15, 2024)
Improvements: