juju-solutions / layer-tls-client

A Juju layer for tls-client code, to add client code to your charms.
1 stars 8 forks source link

Add pass-through config option for setting extra_sans #5

Open lazypower opened 7 years ago

lazypower commented 7 years ago

As illustrated by this paste from a conversation: the primary consumer of this layer is kubernetes. And it appears to me that there should also be pass-through config options for extra_sans as users will inevitably bind a domain to an endpoint that is secured with these certificates.

http://paste.ubuntu.com/23996697/

hyperbolic2346 commented 7 years ago

This config option was added to the kubernetes-master charm in PR 54234 and I'm working on getting the PR for the load balancer out now.