Skip to content
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

Op guide fixes #204

Merged
merged 2 commits into from
Dec 12, 2020
Merged

Conversation

mattrighetti
Copy link
Contributor

@mattrighetti mattrighetti commented Dec 5, 2020

Type of change

  • Documentation update

Description

I've been following the operation guide and I've noticed two errors that I've fixed in this PR:

  1. FABRIC_CA_SERVER_TLS_ENABLED=true is not present in the complete docker-compose.yml file referenced at the beginning of the guide but it is only present in the Setup TLS CA section
  2. Org0's Admin enrolment credentials (https://orderer-org0-admin:ordererAdminPW@0.0.0.0:7053) are different from the registration ones (... --id.name admin-org0 --id.secret org0adminpw ...) hence the program can't enrol the admin successfully

The PR includes fixes for the issues listed above

Quick Links:
Docker-compose.yml reference file
Org0's Admin Enrolment

@mattrighetti mattrighetti requested review from a team as code owners December 5, 2020 19:21
Fixes a command that enrolled the Org0's Admin with wrong credentials
and eventually failed to do that because of mismatch with registration
credentials.

Signed-off-by: Mattia Righetti <matt95.righetti@gmail.com>
Fixes missing TLS environmental variable in complete docker-compose.yml
concerning operation guide. Not inserting that env will cause a
communication error if components contact the TLS CA through HTTPS as
described in the operation guide.

Signed-off-by: Mattia Righetti <matt95.righetti@gmail.com>
@mastersingh24 mastersingh24 merged commit 0392afe into hyperledger:master Dec 12, 2020
@mastersingh24
Copy link
Contributor

Thanks @mattrighetti !

@mattrighetti mattrighetti deleted the op-guide-fixes branch December 12, 2020 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants