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

[Feature] Support for a fqdn instead of NS_IP and use certs with NS_CACERTS_PATH #44

Open
BobVanB opened this issue Sep 15, 2023 · 2 comments

Comments

@BobVanB
Copy link

BobVanB commented Sep 15, 2023

Feature Request

I would like to start the node controller with a FQDN to connect to the Citrix ADC.

  • And after that the node-controller should check the adc connection with certificates.
    Something like the ingress-controller: NS_CACERTS_PATH would be nice.

Problem

The citrix adc is not reachable through ip address only with the dns entry its resolvable.

$ curl -v https://netscaler.my.nl 2>&1 | grep '< HTTP'
< HTTP/1.1 200 OK

$ curl -v https://192.168.1.2 2>&1 | grep '< HTTP'
# This is timed out.

Solves

  • local development behind a proxy.
  • possible to update the ip address of the adc through DNS.
@ankits123
Copy link

Thanks @BobVanB we will review and get back with further updates.
@subashd

@BobVanB
Copy link
Author

BobVanB commented Nov 3, 2023

Hi @ankits123 ,
Is there any progress on this feature request?

With kind regards,

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