5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-07 07:06:56 +00:00

docs: fix typo and clarify masking

This commit is contained in:
Richard Simpson 2020-03-11 14:16:21 -05:00
parent cb2908ac94
commit 4561f9e26e

View file

@ -18,7 +18,7 @@ By default, this action pulls from [Version 2](https://www.vaultproject.io/docs
- [Adding Extra Headers](#adding-extra-headers) - [Adding Extra Headers](#adding-extra-headers)
- [Vault Enterprise Features](#vault-enterprise-features) - [Vault Enterprise Features](#vault-enterprise-features)
- [Namespace](#namespace) - [Namespace](#namespace)
- [Mashing - Secrets in Logs](#mashing---secrets-in-logs) - [Masking - Hidding Secrets from Logs](#masking---hidding-secrets-from-logs)
<!-- /TOC --> <!-- /TOC -->
@ -258,6 +258,7 @@ steps:
ci npm_token ci npm_token
``` ```
## Mashing - Secrets in Logs ## Masking - Hidding Secrets from Logs
This action uses Github Action's built in masking, so all variables will automatically be masked (aka hidden) if printed to the console or to logs. This action uses GitHub Action's built-in masking, so all variables will automatically be masked (aka hidden) if printed to the console or to logs.
**This only obscures secrets from output logs.** If someone has the ability to edit your workflows, then they are able to read and therefore write secrets to somewhere else just like normal GitHub Secrets.