Skip to content

Commit 3dab756

Browse files
committed
update README and text for path
1 parent f4bbf2c commit 3dab756

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,11 @@ you may or may not be able to access certain paths.
9090
There are some flags we can specify to enable/disable some functionality in the vault plugin.
9191
9292
93-
| Flag | Default value | Description |
94-
|:--------------------------:|:-------------:|:---------------------------------------------------------------------------------------|
95-
| show-config-token | false | Display the token value when reading a config on it's endpoint like `/config/default`. |
96-
| allow-runtime-flags-change | false | Allows you to change the flags at runtime |
93+
| Flag | Default value | Description |
94+
|:----------------------------------:|:-------------:|:---------------------------------------------------------------------------------------|
95+
| show-config-token | false | Display the token value when reading a config on it's endpoint like `/config/default`. |
96+
| allow-runtime-flags-change | false | Allows you to change the flags at runtime |
97+
| allow-path-override-personal-token | false | Allows you to override the personal token path when using personal token type |
9798
9899
## Security Model
99100

path_token_role.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ var (
3939
},
4040
"path": {
4141
Type: framework.TypeString,
42-
Description: "Overwrites the role path",
42+
Description: "Overwrites the role path, only available if the plugin has the flag allow-path-override-personal-token set to true",
4343
Required: false,
4444
},
4545
}

0 commit comments

Comments
 (0)