Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Strimzi sample to consume TLS resources as volume mounts #4

Open
ron1 opened this issue May 14, 2020 · 2 comments
Open

Update Strimzi sample to consume TLS resources as volume mounts #4

ron1 opened this issue May 14, 2020 · 2 comments

Comments

@ron1
Copy link

ron1 commented May 14, 2020

According to the specification extract below, a best practice is to volume mount TLS resources. Integrate this best practice into the Strimzi sample.

The best practice is to mount any sensitive information, such as passwords, since that will avoid accidentally exposure via environment dumps and subprocesses. Also, binding binary data (e.g. .p12 certificate for Kafka) as an environment variable might cause a pod to fail to start (stuck on CrashLoopBackOff), so it advisable for backing services with such binding data to mark it with bindAs: volume

@arthurdm
Copy link
Member

fyi @AndrewJSchofield @navidsh

@scothis
Copy link
Member

scothis commented Jun 30, 2020

Should this issue be transferred to https://github.com/application-stacks/sample-service-binding-kafka

edit: I now see https://github.com/k8s-service-bindings/spec/tree/master/sample-bindable-services/strimzi, which needs to be updated or removed.

@arthurdm arthurdm transferred this issue from servicebinding/spec Aug 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants