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

[BUG] unable to specify tls.secretName for ingress #294

Open
CC007 opened this issue Mar 19, 2021 · 0 comments
Open

[BUG] unable to specify tls.secretName for ingress #294

CC007 opened this issue Mar 19, 2021 · 0 comments

Comments

@CC007
Copy link

CC007 commented Mar 19, 2021

Description:

In the ingress there is no configurable variable set to specify the secretName property. This causes issues with TLS certificates.

Solution:
I suggest to make the following change:

--- a/advanced/is-pattern-1/templates/is/wso2is-pattern-1-identity-server-ingress.yaml
+++ b/advanced/is-pattern-1/templates/is/wso2is-pattern-1-identity-server-ingress.yaml
@@ -26,6 +26,7 @@ spec:
   tls:
   - hosts:
     - {{ .Values.wso2.deployment.wso2is.ingress.identity.hostname }}
+    secretName: {{ template "is-pattern-1.resource.prefix" . }}-tls
   rules:
   - host: {{ .Values.wso2.deployment.wso2is.ingress.identity.hostname }}
     http:

Suggested Labels:

Type/Bug,Priority/Normal

Suggested Assignees:

CC007

Affected Product Version:
5.11.0-3 (latest at time of writing) and earlier.
Setup using helm (advanced setup)

OS, DB, other environment details and versions:
WSL2 Ubuntu 18.04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant