-
Notifications
You must be signed in to change notification settings - Fork 707
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-6662] Make enroll attrs required by default
Currently, the AttributeRequest struct has "Require" attribute. It is set to false if the user does not specify the attribute. But the fabric-ca-client command line considers the enrollment attributes as required if the attributes are not qualified with ":opt". This change set makes the API and command line client consistent. The "Require" attribute of AttributeRequest struct has been changed to "Optional", whose value is false by default. This makes the specified enrollment attributes required by default. Change-Id: I4710174a3e1d7a5a2026c7a482d77219d337e6a2 Signed-off-by: Anil Ambati <[email protected]>
- Loading branch information
Anil Ambati
committed
Oct 17, 2017
1 parent
b74248d
commit 7b42a83
Showing
4 changed files
with
16 additions
and
16 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