-
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-5346] Attribute-based access control (#4)
Enhance the "fabric-ca-client enroll" command to specify which attribute requests should be sent to the server. This adds support for the "--enrollment.attrs" option to the client enroll command. For example: fabric-ca-client enroll --enrollment.attrs "a,b:opt" overrides any default attributes for the identity. The ":opt" means that attribute "b" is optional and will not return an error if the user doesn't have it. Change-Id: I9774ef707d4e9df4796c08cf079c7afc8a8e00b7 Signed-off-by: Keith Smith <[email protected]>
- Loading branch information
Keith Smith
committed
Sep 19, 2017
1 parent
d7b554c
commit f3028c4
Showing
3 changed files
with
97 additions
and
18 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