Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.77 KB

File metadata and controls

46 lines (32 loc) · 1.77 KB

Contributing

For general contribution and community guidelines, please see the community repo.

Prerequisites

  1. git to manage source code
  2. Docker to manage dependencies and runtime environments
  3. Go 1.22.2+ installed

Testing

This project includes end-to-end tests that validate the Conjur and External Secrets Operator integration through both API key and JWT authentication, in GKE and Openshift.

To run these tests, uncomment the proper section of demo-vars.sh, and run:

./bin/start

Pull Request Workflow

  1. Fork the project
  2. Clone your fork
  3. Make local changes to your fork by editing files
  4. Commit your changes
  5. Push your local changes to the remote server
  6. Create new Pull Request

From here your pull request will be reviewed and once you've responded to all feedback it will be merged into the project. Congratulations, you're a contributor!

Releases

This project does not use releases.

Internal Contributors

To push the latest changes in the internal repository to the public one, run the Jenkins pipeline with the "PROMOTE" build type and the "COPY_ENTERPRISE_COMMIT" parameter set to "true".