-
Notifications
You must be signed in to change notification settings - Fork 8.9k
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
FAB-18482 Unable to specify peer's chaincode.externalBuilders as an env variable #2643
Conversation
…riable Signed-off-by: Vladyslav Kopaihorodskyi <vlad.kopaygorodsky@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, This is also what we need.
thanks a lot! |
I assume it would make sense to backport to release-2.2 and release-2.3? |
@Mergifyio backport release-2.3 |
@Mergifyio backport release-2.2 |
Command
|
Command
|
…riable (hyperledger#2643) Signed-off-by: Vladyslav Kopaihorodskyi <vlad.kopaygorodsky@gmail.com> (cherry picked from commit b5e0d27)
Type of change
Description
As the HLF doc says, it's possible to override each config param via env variables, however, it isn't true for chaincode.externalBuilders
Also, added a small expectation to a test for
chaincode.system
configurationRelated issues
https://jira.hyperledger.org/browse/FAB-18482