sagikazarmark / curiefense-emissary-poc

An attempt to integrate Curiefense into Emissary Ingress
2 stars 0 forks source link

Curiefense GitOps flow #12

Open sagikazarmark opened 1 year ago

sagikazarmark commented 1 year ago

How can we use a custom (private) Git repository?

tzuryby commented 1 year ago

that is a straight forward. currently, the system attaching to the one located at git:///cf-persistent-config/confdb

See this

So mounting this volume to point to the private one, should do the trick.

sagikazarmark commented 1 year ago

Awesome!

Would Curiefense also push to/pull from a remote? Or how would that work?

Ideally, I'd like to be able to send PRs to the repo as well, since there is no access control in the UI at the moment, so in a multi-tenant environment only reviewed and accepted PRs would allow giving access to non-admin users.