-
Notifications
You must be signed in to change notification settings - Fork 708
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-7596] Modify enroll cmd to read env var
Currently, fabric-ca-client enroll command does not read FABRIC_CA_CLIENT_URL environment variable when invoked without -u option. With this change, it will use -u parameter value if specified, else use FABRIC_CA_CLIENT_URL env variable value. If both are not specified, it will read the value from the client config file. Change-Id: Ibeee86553db3836dc0a1b7e95455ffd0b0fdec1f Signed-off-by: Anil Ambati <[email protected]>
- Loading branch information
Anil Ambati
committed
Jan 5, 2018
1 parent
ae82824
commit c219a5e
Showing
4 changed files
with
97 additions
and
10 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
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
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
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