sagikazarmark / curiefense-emissary-poc

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

Emissary + Curieproxy production deployment #7

Open sagikazarmark opened 1 year ago

sagikazarmark commented 1 year ago

Emissary comes with two installation methods:

In order to make Curieproxy work, the following changes have to be made:

In addition to the above, the Curiesync container needs a ConfigMap or a Secret containing credentials to the config store bucket.

Also, a LogService CR can optionally be created to send logs to Curielogger (although this may change in 1.6).

The Kubernetes YAML method either requires patched YAML files, or use Kustomize (see this repo).

The Helm chart provides all the necessary extension points, so it should be a matter of documentation.

Keep in mind that Curieproxy also requires Redis for features, like rate limiting. The credentials and information for that has to be injeceted.....probably to the Curieproxy (Emissary) container?