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

feat(substrate): multi-organization support #2641

Conversation

saurabhkumarkardam
Copy link
Contributor

Commit to be reviewed


feat(substrate): multi-organization support

This PR enables the deployment of the Substrate DLT platform with 1 to N (multiple) pre-defined organizations. Previously, it was only possible to deploy a single-organization network.

Changes made:

  • The key generation responsibility has been moved from the Substrate Genesis chart to a new chart named Substrate-key-gen.
  • This enhancement allows the deployment of a multi-organization Substrate network instead of being limited to a single-organization network.
  • The Substrate Master README has been updated to provide guidance on deploying multi-organization networks using the two supported approaches:
    • Approach 1: With Proxy & Vault
    • Approach 2: Without Proxy & Vault

This PR enables the deployment of the Substrate DLT platform with 1 to N (multiple) pre-defined organizations. Previously, it was only possible to deploy a single-organization network.

Changes made:
- The key generation responsibility has been moved from the Substrate Genesis chart to a new chart named Substrate-key-gen.
- This enhancement allows the deployment of a multi-organization Substrate network instead of being limited to a single-organization network.
- The Substrate Master README has been updated to provide guidance on deploying multi-organization networks using the two supported approaches:
  - Approach 1: With Proxy & Vault
  - Approach 2: Without Proxy & Vault

Signed-off-by: saurabhkumarkardam <[email protected]>
Copy link
Contributor

@sownak sownak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Hope it has been tested in the new project :)

@alvaropicazo
Copy link
Contributor

LGTM!

@sownak sownak merged commit 24567ee into hyperledger-bevel:develop Jan 14, 2025
3 checks passed
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.

3 participants