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

Allow tenants to resolve ip from hostnames #1965

Open
sironrod opened this issue Feb 2, 2024 · 2 comments
Open

Allow tenants to resolve ip from hostnames #1965

sironrod opened this issue Feb 2, 2024 · 2 comments
Assignees

Comments

@sironrod
Copy link

sironrod commented Feb 2, 2024

Is your feature request related to a problem? Please describe.
I can not resolve hosts from tenant when try to setup openId

Describe the solution you'd like
We can add on tenant.yaml hostAliases to applied them to the StatefulSet in order for the tenant pod resolved the hosts.

Describe alternatives you've considered
Another way is to support l dnsPolicy and dnsConfig on the tenant.yaml. All this can also be configure from the operator console

@cniackz
Copy link
Contributor

cniackz commented Nov 28, 2024

First of all, thank you for opening this issue.

That said, if this issue is truly a problem for you, I have a few questions to better understand it. What do you mean by “I cannot resolve hosts from the tenant when trying to set up OpenID”? Could you elaborate on the problem you’re facing?

OpenID should work as expected. What steps did you follow to enable it? Please provide more details to help us identify the issue and determine the best solution.

Thank you!

@ramondeklein
Copy link
Contributor

Do I understand correctly that you can't resolve your OpenID server from the MinIO pods and that you request that we support HostAliases to inject additional records into the /etc/hosts file to resolve them? OpenID servers should be publically available, because user that try to log on should also be able to be redirected to them.

You should ensure that MinIO should be able to resolve the OpenID hostnames. What's the use-case why can't do that? We won't be adding HostAliases to the tenant specification, if it's an edge-case that won't be widely used.

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

No branches or pull requests

3 participants