-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Integrate simple auth basic to Openshift Routes. #20324
Comments
+1 |
@openshift/sig-network-edge |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
/lifecycle frozen |
/remove-lifecycle stale |
That would be really great. It is possible with custom templating and mounting a secret. Would you accept a PR implementing it? |
RedHat decide to avoid a dependency against user provided secrets. Thats one reason why certificate and private keys are part of the Route object. It looks like the content of a htaccss needs to be passed inside a value of a annotation. |
Hi,
HAProxy supports auth basic. Sometimes its required to simply protect debug/dev or web server stats urls.
It would be nicely if routes can be project via annotations. Is might looks insecure, but since certificates are included as plaintext so it should be okay.
Version
Additional Information
HAProxy documentations: https://cbonte.github.io/haproxy-dconv/1.8/configuration.html#3.4
With the new ingress handler upcoming in 3.10, auth basic credentials can be provided as secret like: https://github.com/kubernetes/ingress-nginx/tree/c9fcefe8401cb9e61d5989d836aa7e9dbda71ca1/docs/examples/auth/basic
The text was updated successfully, but these errors were encountered: