Skip to content

Commit

Permalink
docs: fix wrong property "config" to "config_name"
Browse files Browse the repository at this point in the history
  • Loading branch information
ilijamt committed Oct 12, 2024
1 parent b3e0139 commit 0d12571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ The current authentication model requires providing Vault with a Gitlab Token.
| scopes | no | [] | no | List of scopes |
| token_type | yes | n/a | no | Access token type |
| gitlab_revokes_token | no | no | no | Gitlab revokes the token when it's time. Vault will not revoke the token when the lease expires |
| config | no | default | no | The configuration to use for the role |
| config_name | no | default | no | The configuration to use for the role |
#### path
Expand Down

0 comments on commit 0d12571

Please sign in to comment.