We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Below deployment part where listen addresses are hardcoded and ipv4 only. With ipv6 only kubernetes cluster dex fail to work properly.
args: - dex - serve - --web-http-addr - 0.0.0.0:5556 {{- if .Values.https.enabled }} - --web-https-addr - 0.0.0.0:5554 {{- end }} {{- if .Values.grpc.enabled }} - --grpc-addr - 0.0.0.0:5557 {{- end }} - --telemetry-addr - 0.0.0.0:5558
Add multiple addresses if possible:
Or add chart value for listen address.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Preflight Checklist
Problem Description
Below deployment part where listen addresses are hardcoded and ipv4 only. With ipv6 only kubernetes cluster dex fail to work properly.
Proposed Solution
Add multiple addresses if possible:
Or add chart value for listen address.
Alternatives Considered
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: