-
Notifications
You must be signed in to change notification settings - Fork 285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(fabric-test-ledger): extend implementation to enroll users in different Orgs #2248
Labels
enhancement
New feature or request
Comments
AndreAugusto11
added a commit
to AndreAugusto11/cacti
that referenced
this issue
Jan 8, 2023
… Orgs Created new methods to avoid breaking changes in the API exported New methods created: * getConnectionProfileOrgX * enrollAdminV2 * enrollUserV2 * createCaClientV2 closes hyperledger-cacti#2248 Signed-off-by: André Augusto <andre.augusto@tecnico.ulisboa.pt>
petermetz
pushed a commit
to AndreAugusto11/cacti
that referenced
this issue
Jan 30, 2023
… Orgs Created new methods to avoid breaking changes in the API exported New methods created: * getConnectionProfileOrgX * enrollAdminV2 * enrollUserV2 * createCaClientV2 closes hyperledger-cacti#2248 Signed-off-by: André Augusto <andre.augusto@tecnico.ulisboa.pt>
petermetz
pushed a commit
to AndreAugusto11/cacti
that referenced
this issue
Aug 14, 2023
… Orgs Created new methods to avoid breaking changes in the API exported New methods created: * getConnectionProfileOrgX * enrollAdminV2 * enrollUserV2 * createCaClientV2 closes hyperledger-cacti#2248 Co-authored-by: Peter Somogyvari <peter.somogyvari@accenture.com> Signed-off-by: André Augusto <andre.augusto@tecnico.ulisboa.pt> Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
petermetz
pushed a commit
that referenced
this issue
Aug 14, 2023
… Orgs Created new methods to avoid breaking changes in the API exported New methods created: * getConnectionProfileOrgX * enrollAdminV2 * enrollUserV2 * createCaClientV2 closes #2248 Co-authored-by: Peter Somogyvari <peter.somogyvari@accenture.com> Signed-off-by: André Augusto <andre.augusto@tecnico.ulisboa.pt> Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
sandeepnRES
pushed a commit
to sandeepnRES/cacti
that referenced
this issue
Dec 21, 2023
… Orgs Created new methods to avoid breaking changes in the API exported New methods created: * getConnectionProfileOrgX * enrollAdminV2 * enrollUserV2 * createCaClientV2 closes hyperledger-cacti#2248 Co-authored-by: Peter Somogyvari <peter.somogyvari@accenture.com> Signed-off-by: André Augusto <andre.augusto@tecnico.ulisboa.pt> Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
The Fabric Test Ledger implementation only allows for enrolling users associated within the organization
Org1
. To build more complex use cases using Cacti, I believe it is important to extend the current implementation to support that.Describe the solution you'd like
The ability to enroll users in different organizations, not just the default
Org1
.The text was updated successfully, but these errors were encountered: