pravega / pravega-operator

Pravega Kubernetes Operator
Apache License 2.0
41 stars 38 forks source link

Support for distributing and using separate TLS material for each Pravega pod #188

Open ravisharda opened 5 years ago

ravisharda commented 5 years ago

Background:

PR 167, which addressed issue 166 , brought support for distributing externally created TLS material to Pravega Pods via Kubernetes secrets to Pravega Operator managed deployments. Currently, that mechanism allows for using a single set of TLS material per type:

Requirement:

Add support for distributing and using instance/pod-specific TLS material, such that each Segment Store and Controller Pod uses its own set of TLS material.

Tristan1900 commented 5 years ago

Thanks for the report @ravisharda ! Could you please elaborate more on why this is necessary?