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

Need different hostname convention for portal backends #146

Open
daveyu opened this issue Jul 18, 2018 · 1 comment
Open

Need different hostname convention for portal backends #146

daveyu opened this issue Jul 18, 2018 · 1 comment
Assignees

Comments

@daveyu
Copy link

daveyu commented Jul 18, 2018

https://github.com/cloudposse/charts/blob/master/incubator/portal/templates/proxy.ingress.yaml#L47 sets backend hosts like dashboard.portal.us-west-2.staging.example.com, but I want the option for it to be dashboard-portal.us-west-2.staging.example.com. The reason is so we can just use a SAN cert for *.us-west-2.staging.example.com.

@osterman osterman added this to Backlog in Commercial Support via automation Jul 18, 2018
@osterman
Copy link
Member

@daveyu this looks like an easy fix.

@goruha make "%s.%s" a template string in values.yaml that defaults to %s.%s. Then @daveyu can override this with %s-%s. Do you think that will work?

For some background, @daveyu has had to rollout ACM in place for kube-lego for stability to avoid risk of any rate-limiting. Since they are using ACM, they need to be more strategic about how they name their hosts so they comply with the wildcard certificate.

@osterman osterman moved this from Backlog to Ready to Implement in Commercial Support Jul 19, 2018
@osterman osterman moved this from Ready to Implement to In progress in Commercial Support Jul 19, 2018
@osterman osterman moved this from In progress to Needs review in Commercial Support Jul 26, 2018
@osterman osterman moved this from Needs review to Done in Commercial Support Aug 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

3 participants