You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey everybody, I'm using this package and creating an instance of the registry - really like the generated host name, and I do get a working Route!
Unfortunately when I get it (so either the Route or Ingress), I'm convinced it's not using TLS by default at the moment, so I'm wondering if we can expose some options to configure that - or if we're expected to write our code such that, after the instance is made, we go and then edit said Route (if that's allowed in Kube).
I couldn't see any docs pertaining to this, or relevant issues, but right now the Ingress/Route I get is one of these (note the force ssl redirect being false)
This is how I'm making it, I've changed the name a little in both the resulting Kubernetes objects and this as it's for a non-disclosed project currently, so things may not match up exactly in terms of names and references:
Would be useful if say, in ApicurioRegistrySpecConfiguration we had fields for tls: true and we could give it a secret to use for the Ingress - so wondering if it's possible now, planned, or easily doable.
Thanks!
The text was updated successfully, but these errors were encountered:
or at least a configuration to turn off ingress creation and allow the user to create it manually. The documentation already points to this solution however the insecure route is created regardless.
Hello, thank you for the suggestion, I've created an issue #153 to track this. We've been a bit busy with other projects, but I plan to take some extra time to look into the current Operator issues.
Hey everybody, I'm using this package and creating an instance of the registry - really like the generated host name, and I do get a working Route!
Unfortunately when I get it (so either the Route or Ingress), I'm convinced it's not using TLS by default at the moment, so I'm wondering if we can expose some options to configure that - or if we're expected to write our code such that, after the instance is made, we go and then edit said Route (if that's allowed in Kube).
I couldn't see any docs pertaining to this, or relevant issues, but right now the Ingress/Route I get is one of these (note the force ssl redirect being false)
Ingress:
This is how I'm making it, I've changed the name a little in both the resulting Kubernetes objects and this as it's for a non-disclosed project currently, so things may not match up exactly in terms of names and references:
Would be useful if say, in ApicurioRegistrySpecConfiguration we had fields for tls: true and we could give it a secret to use for the Ingress - so wondering if it's possible now, planned, or easily doable.
Thanks!
The text was updated successfully, but these errors were encountered: