File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -90,10 +90,11 @@ you may or may not be able to access certain paths.
9090There 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
Original file line number Diff line number Diff line change 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 }
You can’t perform that action at this time.
0 commit comments