charmed-kubernetes / kubernetes-dashboard-operator

Kubernetes dashboard operator. Report bugs at https://bugs.launchpad.net/kubernetes-dashboard-operator
Apache License 2.0
0 stars 2 forks source link

Add full tls-support #72

Closed cjohnston1158 closed 3 months ago

cjohnston1158 commented 1 year ago

Currently the dashboard only provides support for self signed certs. It would be great if the dashboard could use valid certs.

jnsgruk commented 1 year ago

Ack. Just leaving some notes here from our conversation earlier:

It needs a couple of things in reality:

addyess commented 1 year ago

With this merge, this charm now will support TLS certificates via the telco tls-certificates relation or the legacy easyrsa/vault relation

addyess commented 1 year ago

Ingress support via https://github.com/charmed-kubernetes/kubernetes-dashboard-operator/pull/81