feat: allow to configure keymanager token file path - #6525
Conversation
| group: "keymanager", | ||
| }, | ||
| "keymanager.authEnabled": { | ||
| "keymanager.auth": { |
There was a problem hiding this comment.
Updated the flag to enable authentication to be more inline with other existing boolean flags
There was a problem hiding this comment.
Probably worth documenting in next release, so that people can migrate to the preferred syntax?
There was a problem hiding this comment.
There is no need to migrate, existing setups can keep previous value
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## unstable #6525 +/- ##
=========================================
Coverage 61.49% 61.49%
=========================================
Files 556 556
Lines 58895 58895
Branches 1856 1856
=========================================
Hits 36216 36216
Misses 22638 22638
Partials 41 41 |
Performance Report鉁旓笍 no performance regression detected Full benchmark results
|
| group: "keymanager", | ||
| }, | ||
| "keymanager.authEnabled": { | ||
| "keymanager.auth": { |
There was a problem hiding this comment.
Probably worth documenting in next release, so that people can migrate to the preferred syntax?
|
@nflaig Is there a reason why this PR is in |
Waiting for spec PR discussion to resolve, might wanna rename flag name |
|
馃帀 This PR is included in v1.18.0 馃帀 |
Motivation
Description
Allow to configure keymanager token file path via
--keymanager.tokenFile /path/to/fileCLI flag