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

Clarify comments for .Values.rke.localClusterAuthEndpoint #20

Open
lindhe opened this issue Aug 28, 2023 · 1 comment
Open

Clarify comments for .Values.rke.localClusterAuthEndpoint #20

lindhe opened this issue Aug 28, 2023 · 1 comment

Comments

@lindhe
Copy link

lindhe commented Aug 28, 2023

The field is named localClusterAuthEndpoint, but the comments talk about "local access endpoint". Is an access endpoint the same thing as an auth endpoint? This should be clarified (e.g. by using consistent terminology)!

Also: I assume these values regards the Authorized Cluster Endpoint feature. This should also be made clearer in the comments!

# enable local auth endpoint
localClusterAuthEndpoint:
enabled: false
# specify fqdn of local access endpoint
# fqdn: foo.bar.example
# specify cacert of local access endpoint
# caCerts: ""

@staedter
Copy link

staedter commented Feb 1, 2024

Yes please do.

Also provide an example for the correct syntax for "caCerts"

Using this format, is apparently not supported when the inline yaml configuration gets converted to json. I tried other stuff for the multiline yaml, but none has worked sofar

image

image

Setting this as a base64 sting does work for the conversion. But then in the resulting kubeconfig the cert is double b64-encoded.

Please tell me how to set the caCerts correctly.
Thank you.

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

2 participants