-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cli: Control issuer redefinition in the session token signing cmd
Previously, CLI `util sign session-token` command unconditionally overrode issuer field to the execution wallet. This could lead to an unexpected behavior when user explicitly specified the issuer in the token and wanted to just attach signature to it. This changes the default behavior to save the issuer field and adds `--force-issuer` flag reproducing the old behavior. Refs #2947. Refs #2487. Signed-off-by: Leonard Lyubich <[email protected]>
- Loading branch information
1 parent
7c6fc5f
commit 4133364
Showing
1 changed file
with
18 additions
and
1 deletion.
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