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

[quorum] integrate aws secrets manager #2623

Merged
merged 1 commit into from
Sep 25, 2024

Commits on Sep 23, 2024

  1. feat(quorum): integrate aws secrets manager

    This PR will allow the use of the AWS service called Secrets Manager to store sensitive information, similar to how we use HashiCorp Vault for the same purpose.
    
    - A guide named "integrate-aws-secrets-manager-with-eks.md" has been introduced to help users securely connect their EKS cluster with Secrets Manager using OIDC.
    - The Quorum master README has been updated to guide users on how to deploy a network with AWS Secrets Manager.
    - A Python script has been added that contains the CRUD operation code for AWS Secrets Manager, injecting the script into the container via ConfigMap.
    - The Quorum Genesis and Node charts code have been updated to support Secrets Manager.
    
    fixes hyperledger-bevel#2200
    
    Signed-off-by: saurabhkumarkardam <[email protected]>
    saurabhkumarkardam committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    ed7bbde View commit details
    Browse the repository at this point in the history