-
-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kv2/metadata:
ReadSecretPathsAsync
allows empty path value to list …
…all secrets on the `mountPoint` (#337) * remove null check for path, in list secrets API the path is required in the API documentation of vault but if you manually run the API like curl --header "X-Vault-Token: …” --request LIST http://127.0.0.1:8200/v1/secret/metadata it would work therefore, removing the strict null check and adding a simple guard rail * update IKeyValueSecretsEngineV2 documentation * update CHANGELOG.md
- Loading branch information
Showing
3 changed files
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters