mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-07 15:16:56 +00:00
docs: Actually mark required as required
This commit is contained in:
parent
c80d0b130c
commit
8845b5c724
1 changed files with 2 additions and 2 deletions
|
|
@ -275,8 +275,8 @@ Here is all the inputs available through `with`:
|
||||||
|
|
||||||
| Input | Description | Default | Required |
|
| Input | Description | Default | Required |
|
||||||
| -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | ------- | -------- |
|
| -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | ------- | -------- |
|
||||||
| `url` | The URL for the vault endpoint | | No |
|
| `url` | The URL for the vault endpoint | | ✔ |
|
||||||
| `secrets` | A semicolon-separated list of secrets to retrieve. These will automatically be converted to environmental variable keys. See README for more details | | No |
|
| `secrets` | A semicolon-separated list of secrets to retrieve. These will automatically be converted to environmental variable keys. See README for more details | | ✔ |
|
||||||
| `namespace` | The Vault namespace from which to query secrets. Vault Enterprise only, unset by default | | No |
|
| `namespace` | The Vault namespace from which to query secrets. Vault Enterprise only, unset by default | | No |
|
||||||
| `path` | The path of a non-default K/V engine | | No |
|
| `path` | The path of a non-default K/V engine | | No |
|
||||||
| `kv-version` | The version of the K/V engine to use. | `2` | No |
|
| `kv-version` | The version of the K/V engine to use. | `2` | No |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue