Skip to content

Commit 8458bf5

Browse files
author
popagruia
committed
Fix flake 8 issues
Signed-off-by: popagruia <adrian.popa@ro.ibm.com>
1 parent b84e9b2 commit 8458bf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/vault/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Vault Plugin
22

3-
The Vault plugin generates bearer tokens from vault-saved tokens based on OAuth2 configuration protecting a tool.
3+
The Vault plugin generates bearer tokens from vault-saved tokens based on OAuth2 configuration protecting a tool.
44
It receives a dictionary of secrets and use them to dispatch the authorization token to the server based on rules.
55

66
## Features
@@ -76,7 +76,7 @@ Where:
7676
### PAT (Personal Access Token)
7777

7878
When `token_type` is `PAT`:
79-
1. Checks if AUTH_HEADER:header tag exists
79+
1. Checks if AUTH_HEADER:header tag exists
8080
2. If found, uses the configured custom header
8181
3. If not found, falls back to `Authorization: Bearer <token>`
8282

0 commit comments

Comments
 (0)