We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b84e9b2 commit 8458bf5Copy full SHA for 8458bf5
plugins/vault/README.md
@@ -1,6 +1,6 @@
1
# Vault Plugin
2
3
-The Vault plugin generates bearer tokens from vault-saved tokens based on OAuth2 configuration protecting a tool.
+The Vault plugin generates bearer tokens from vault-saved tokens based on OAuth2 configuration protecting a tool.
4
It receives a dictionary of secrets and use them to dispatch the authorization token to the server based on rules.
5
6
## Features
@@ -76,7 +76,7 @@ Where:
76
### PAT (Personal Access Token)
77
78
When `token_type` is `PAT`:
79
-1. Checks if AUTH_HEADER:header tag exists
+1. Checks if AUTH_HEADER:header tag exists
80
2. If found, uses the configured custom header
81
3. If not found, falls back to `Authorization: Bearer <token>`
82
0 commit comments