You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The Admin user for orderer organization is enrolled multiple times. The Admin user is organization specific and enrolled only once per Admin user.
To Reproduce
Steps to reproduce the behavior:
Edit fabric network.yaml with multiple orderers.
Deploy the fabric network.
Check the Admin user certificates at build/crypto-config/ordererOrganizations/sl-net/users/Admin@sl-net/msp/keystore
See error
Expected behavior
The fabric Admin user should be enrolled once per organization.
Screenshots
Environment (please complete the following information):
Version Fabric 1.4 and 2.2
Additional context
For reference, the Fabric documention for enrolling the admin is here .
The text was updated successfully, but these errors were encountered:
RCA:
The organization level enrollment were done in the orderer level script. The sollution was to segregate those organization level and orderer level based commands to form differernt scripts for each level.
Describe the bug
The Admin user for orderer organization is enrolled multiple times. The Admin user is organization specific and enrolled only once per Admin user.
To Reproduce
Steps to reproduce the behavior:
network.yaml
with multiple orderers.build/crypto-config/ordererOrganizations/sl-net/users/Admin@sl-net/msp/keystore
Expected behavior
The fabric Admin user should be enrolled once per organization.
Screenshots
Environment (please complete the following information):
Additional context
For reference, the Fabric documention for enrolling the admin is here .
The text was updated successfully, but these errors were encountered: