feat: add tls support to openfga chart #1
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
The
openfga
chart does not yet officially support TLS. If a developer wants tohelm install
the chart with TLS support, there isn't a good way to bootstrap the TLS certs for the chart install.We may be able to add support by using the native functions built into Helm:
https://helm.sh/docs/chart_template_guide/function_list/#gensignedcert
https://helm.sh/docs/chart_template_guide/function_list/#genca
or we could add a chat dependency on
cert-manager
, which is a great tool to manage certifications and is widely used across the CNCF landscape.The text was updated successfully, but these errors were encountered: