-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch parsing of CLI flags to pflag (dapr#7029)
* Fixes in control plane services CLI flags - Removed flags that are deprecated and have no effect - Remove `tokenAudience` flag from Helm chart since it's now unused - Fixed description of some flags - Use constants for default trust anchors file path Signed-off-by: ItalyPaleAle <[email protected]> * Switch daprd to pflags Signed-off-by: ItalyPaleAle <[email protected]> * Updated sentry too Signed-off-by: ItalyPaleAle <[email protected]> * Migrated all control plane CLIs to pflag Signed-off-by: ItalyPaleAle <[email protected]> * Mod tidy Signed-off-by: ItalyPaleAle <[email protected]> * fix Signed-off-by: ItalyPaleAle <[email protected]> * Should fix integration tests Signed-off-by: ItalyPaleAle <[email protected]> --------- Signed-off-by: ItalyPaleAle <[email protected]> Signed-off-by: Alessandro (Ale) Segala <[email protected]> Co-authored-by: Dapr Bot <[email protected]> Co-authored-by: Loong Dai <[email protected]>
- Loading branch information
1 parent
e45e426
commit ace5b64
Showing
10 changed files
with
317 additions
and
183 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.