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

Implement API to get node config file #482

Merged
merged 1 commit into from
Aug 18, 2022

Conversation

xichen1
Copy link
Contributor

@xichen1 xichen1 commented Aug 18, 2022

Enable to get config file through the api:
http://127.0.0.1:8080/api/v1/nodes/:node_id/config

A peer_config.zip or orderer_config.zip file will be returned.

Signed-off-by: Xichen Pan xichen.pan@gmail.com

Enable to get config file through the api:
http://127.0.0.1:8080/api/v1/nodes/:node_id/config

A peer_config.zip or orderer_config.zip file will be returned.

Signed-off-by: Xichen Pan <xichen.pan@gmail.com>
@xichen1 xichen1 requested a review from a team August 18, 2022 01:45
@xichen1
Copy link
Contributor Author

xichen1 commented Aug 18, 2022

A zip file called peer_config.zip or orderer_config.zip can be downloaded, and inside it contains core.yaml and orderer.yaml respectively.

POST method will be implemented later.

@yeasy yeasy merged commit 8597dd0 into hyperledger-cello:main Aug 18, 2022
@xichen1 xichen1 deleted the get-node-config branch July 24, 2023 03:14
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