Integrate simple auth basic to Openshift Routes.
@ironcladlou is already working on this.
Since Jul 25, 2018.
- Dominant language
- Go
- Stars
- 8.7k
- Forks
- 4.8k
- Avg merge
- 4d 10h
- Merged PRs (30d)
- 53
Description
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
oc version
oc v3.9.0+191fece
kubernetes v1.9.1+a0ce1bc657
features: Basic-Auth
Server
openshift v3.9.0+71543b2-33
kubernetes v1.9.1+a0ce1bc657
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.