Mask each line of multi-line secrets (#208)

* Mask each line of multi-line secrets

* Don't include carriage return characters in masking

* Update CHANGELOG.md
This commit is contained in:
Tom Proctor
2021-05-05 11:54:07 +01:00
committed by GitHub
parent f60544fbda
commit 3526e1be65
3 changed files with 46 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
## Unreleased
Security:
* multi-line secrets are now properly masked in logs [GH-208](https://github.com/hashicorp/vault-action/pull/208)
Features:
* JWT auth method is now supported [GH-188](https://github.com/hashicorp/vault-action/pull/188)