appsody / appsody-operator

An Operator for deploying Appsody based applications to Kubernetes. This repo will be archived soon.
Apache License 2.0
18 stars 15 forks source link

Integrate with OpenShift's Certificate Management #207

Closed arthurdm closed 4 years ago

arthurdm commented 4 years ago

The high level goal of this workitem is to integrate with OpenShift's Certificate Management.

There are a lot of considerations to be taken:

There are probably other considerations that will be flushed out as this item is further broken down and implemented.

arthurdm commented 4 years ago

CC @jtmulvey / @utle

arturdzm commented 4 years ago

I worked with this before:

https://docs.openshift.com/container-platform/4.1/authentication/certificates/service-serving-certificate.html

This is service specific, can be used to enable trusted internal service to service communication

Also this certificate is trusted by router (enabling) reencrypt functionality

utle commented 4 years ago

We also needs to support self-sign and third party cert.