Skip to content

fix(fabric): align chaincode vault secret paths#2683

Open
malsomesh9 wants to merge 1 commit intohyperledger-bevel:mainfrom
malsomesh9:codex/fix-2624
Open

fix(fabric): align chaincode vault secret paths#2683
malsomesh9 wants to merge 1 commit intohyperledger-bevel:mainfrom
malsomesh9:codex/fix-2624

Conversation

@malsomesh9
Copy link
Copy Markdown

Summary

Align the Fabric chaincode lifecycle job templates with the Vault secret path layout used by deployed peer nodes.

Changes

  • update chaincode install, approve, commit, instantiate, upgrade, invoke, and external install job templates
  • switch admin and orderer secret prefixes from the old peerOrganizations-based layout to the env-scoped data/ layout already used by peer deployments
  • keep the fix scoped to the templated Vault paths used by the chaincode lifecycle jobs

Verification

Validated the rendered template inputs so the chaincode lifecycle jobs now use the same env-scoped Vault prefixes as value_peer.tpl.

Fixes #2624

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.

bug(fabric): chaincode installation fails

1 participant