cloudfoundry / eirini

Pluggable container orchestration for Cloud Foundry, and a Kubernetes backend
Apache License 2.0
115 stars 30 forks source link

Make CC certs configuration optional #102

Closed Birdrock closed 3 years ago

Birdrock commented 4 years ago

Description In cf-for-k8s we'd like to let Istio handle container-to-container communications, but Eirini has hard requirements that the following (non-exhaustive) are specified:

  1. cc_cert_path
  2. cc_key_path
  3. cc_ca_path

Suggested fix (optional)

There may be other certificate configurations that would be desirable to be optional, but this is the specific one I noticed when trying to trim down some explicit certificate configuration.

cf-gitbot commented 4 years ago

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/173754741

The labels on this github issue will be updated when the story is started.