cyberark / secretless-broker

Secure your apps by making them Secretless
Apache License 2.0
234 stars 42 forks source link

Update Dockerfile.codegen to remove invalid repo reference #1387

Closed andytinkham closed 2 years ago

andytinkham commented 3 years ago

Summary

Dockerfile.codegen in the repo root tries to clone https://github.com/conjurinc/code-generator.git. This repository does not seem to exist, so the file should be removed or updated.

Steps to Reproduce

  1. Open Dockerfile.codegen and look at the run command.
  2. Try to navigate to https://github.com/conjurinc/code-gen

Expected Results

All files work and don't reference non-existent elements.

Actual Results (including error logs, if applicable)

404 on accessing repo. Presumably, building an image from the Dockerfile fails as well, though I haven't tried it.

Additional Information

@izgeri suggested that maybe this should be updated to talk to kubernetes/code-generator