Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Ingress controllers that do TLS termination using wildcard certs (OpenShift) #5054

Open
hardillb opened this issue Jan 24, 2025 · 0 comments
Labels
feature-request New feature or request that needs to be turned into Epic/Story details needs-triage Needs looking at to decide what to do size:M - 3 Sizing estimation point

Comments

@hardillb
Copy link
Contributor

Description

User installs on a platform that uses ingress controller (or k8s router) that does TLS termination with a wildcard cert. But this requires a TLS section in the Ingress object to enable this path.

Current helm chart and driver-k8s only adds this section if using cert manager to issue new certs for forge app or instances.

Need to add option to both helm and driver to add following:

tls:
  host:
    - <hostname>

Which customers would this be available to

Everyone - CE/Starter/Team/Enterprise

Have you provided an initial effort estimate for this issue?

I have provided an initial effort estimate

@hardillb hardillb added feature-request New feature or request that needs to be turned into Epic/Story details needs-triage Needs looking at to decide what to do size:M - 3 Sizing estimation point labels Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request that needs to be turned into Epic/Story details needs-triage Needs looking at to decide what to do size:M - 3 Sizing estimation point
Projects
Status: No status
Development

No branches or pull requests

1 participant