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

Unused certificate for root domain? #754

Open
surajkota opened this issue Jun 7, 2023 · 1 comment
Open

Unused certificate for root domain? #754

surajkota opened this issue Jun 7, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@surajkota
Copy link
Contributor

Is your feature request related to a problem? Please describe.

Cognito and load balancer guides require user to create a wild card certificate for both the root domain(*.example.com) and the subdomain(*.platform.example.com). The root domain cert is not attached to any resource and is unused after deployment.

Upon investigation, I found that if the URL client accesses is kubeflow.platform.example.com, the presented certificate must include a SAN covering either kubeflow.platform.example.com OR *.platform.example.com, it does not need anything at the parent domain. In fact, wildcards should also not be needed.

Describe the solution you'd like
Need to investigate if there is reason for a client need to make a connection to platform.example.com and if there isnt, remove the need for root domain certificate from deployment process.

Only place platform.example.com is used is for A record pointing to ALB which is not usable.

@surajkota surajkota added the enhancement New feature or request label Jun 7, 2023
@btuffreau
Copy link

This should only be necessary if one chooses to go with a Cognito setup since it's a requirement.

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

No branches or pull requests

2 participants