Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

[nginx-ingress-controller] Allow authentication in Ingress rules #946

Merged

Conversation

aledbf
Copy link
Contributor

@aledbf aledbf commented May 10, 2016

fixes #877

@aledbf aledbf force-pushed the nginx-ingress-authentication branch 3 times, most recently from cd220a7 to 742a8a6 Compare May 10, 2016 21:44
@aledbf aledbf force-pushed the nginx-ingress-authentication branch 2 times, most recently from 6d61ea8 to 30c91c3 Compare May 11, 2016 13:07
@aledbf
Copy link
Contributor Author

aledbf commented May 11, 2016

@bprashanth please review. The code is ready. I need to add the digest module to nginx and complete the docs

@rh-kube-bot
Copy link

Can one of the admins verify this patch?

```
ingress-nginx.kubernetes.io/auth-type:[basic|digest]
ingress-nginx.kubernetes.io/auth-secret:secretName
ingress-nginx.kubernetes.io/auth-realm:"realm string"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please give an example of the secret too. What is realm, basic,digest? (or is there a doc you can point at that explains them), or link to your example below.

@rh-kube-bot
Copy link

Can one of the admins verify this patch?

@aledbf aledbf force-pushed the nginx-ingress-authentication branch from 30c91c3 to fc9fd61 Compare May 16, 2016 19:43
@aledbf aledbf changed the title WIP [nginx-ingress-controller] Allow authentication in Ingress rules [nginx-ingress-controller] Allow authentication in Ingress rules May 24, 2016
@aledbf aledbf force-pushed the nginx-ingress-authentication branch 2 times, most recently from 62b56c1 to c617623 Compare May 26, 2016 15:49
@bprashanth
Copy link

ping, also merge conflicts

@aledbf aledbf force-pushed the nginx-ingress-authentication branch from c617623 to 1c4fa6a Compare May 30, 2016 22:19
@aledbf
Copy link
Contributor Author

aledbf commented May 30, 2016

@bprashanth done

@bprashanth
Copy link

LGTM, merge conflict

@aledbf
Copy link
Contributor Author

aledbf commented May 31, 2016

@bprashanth I'll wait for #1093 to be merged before solving the conflicts :)

@aledbf aledbf force-pushed the nginx-ingress-authentication branch from 5d6a308 to 4cda656 Compare May 31, 2016 18:34
@bprashanth bprashanth merged commit 0d31aaa into kubernetes-retired:master May 31, 2016
@aledbf aledbf deleted the nginx-ingress-authentication branch May 31, 2016 20:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Basic Authentication
5 participants