Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
[stable/oauth2-proxy] Switch to pusher/oauth2_proxy
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime Guyot <maxime@root314.com>
  • Loading branch information
Miouge1 committed Jan 17, 2019
1 parent c74c09d commit 435f3bc
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 14 deletions.
14 changes: 7 additions & 7 deletions stable/oauth2-proxy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name: oauth2-proxy
version: 0.6.0
# This chart is deprecated and no longer maintained as it's upstream has been abandoned.
# For details deprecation, including how to un-deprecate a chart see the PROCESSES.md file.
deprecated: true
version: 0.7.0
apiVersion: v1
appVersion: 2.2
appVersion: 3.0.0
home: http://www.videntity.com/
description: DEPRECATED A reverse proxy that provides authentication with Google, Github or other providers
description: A reverse proxy that provides authentication with Google, Github or other providers
keywords:
- kubernetes
- oauth
- oauth2
- authentication
- google
- github
maintainers:
- name: miouge1
email: maxime@root314.com
sources:
- https://github.com/bitly/oauth2_proxy
- https://github.com/pusher/oauth2_proxy
engine: gotpl
4 changes: 4 additions & 0 deletions stable/oauth2-proxy/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
approvers:
- miouge1
reviewers:
- miouge1
8 changes: 3 additions & 5 deletions stable/oauth2-proxy/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# oauth2-proxy

**N.B., this chart is deprecated and is no longer maintained as it's upstream [has been abandoned](https://github.com/bitly/oauth2_proxy/issues/628#issuecomment-417121636).**

[oauth2-proxy](https://github.com/bitly/oauth2_proxy) is a reverse proxy and static file server that provides authentication using Providers (Google, GitHub, and others) to validate accounts by email, domain or group.
[oauth2-proxy](https://github.com/pusher/oauth2_proxy) is a reverse proxy and static file server that provides authentication using Providers (Google, GitHub, and others) to validate accounts by email, domain or group.

**Note - at this time, there is a known incompatibility between `oauth2-proxy` version 2.2 (which is its latest release) and `nginx-ingress` versions >= 0.9beta12. To utilize this chart at this time please use nginx-ingress version 0.9beta11**

Expand Down Expand Up @@ -45,11 +43,11 @@ Parameter | Description | Default
`affinity` | node/pod affinities | None
`authenticatedEmailsFile.enabled` | Enables authorize individual email addresses | `false`
`authenticatedEmailsFile.template` | Name of the configmap what is handled outside of that chart | `""`
`authenticatedEmailsFile.restricted_access | (email addresses)[https://github.com/bitly/oauth2_proxy#email-authentication] list config | `""`
`authenticatedEmailsFile.restricted_access | (email addresses)[https://github.com/pusher/oauth2_proxy#email-authentication] list config | `""`
`config.clientID` | oauth client ID | `""`
`config.clientSecret` | oauth client secret | `""`
`config.cookieSecret` | server specific cookie for the secret; create a new one with `python -c 'import os,base64; print base64.b64encode(os.urandom(16))'` | `""`
`config.configFile` | custom [oauth2_proxy.cfg](https://github.com/bitly/oauth2_proxy/blob/master/contrib/oauth2_proxy.cfg.example) contents for settings not overridable via environment nor command line | `""`
`config.configFile` | custom [oauth2_proxy.cfg](https://github.com/pusher/oauth2_proxy/blob/master/contrib/oauth2_proxy.cfg.example) contents for settings not overridable via environment nor command line | `""`
`extraArgs` | key:value list of extra arguments to give the binary | `{}`
`image.pullPolicy` | Image pull policy | `IfNotPresent`
`image.repository` | Image repository | `a5huynh/oauth2_proxy`
Expand Down
4 changes: 2 additions & 2 deletions stable/oauth2-proxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ config:
configFile: ""

image:
repository: "a5huynh/oauth2_proxy"
tag: "2.2"
repository: "quay.io/pusher/oauth2_proxy"
tag: "v3.0.0"
pullPolicy: "IfNotPresent"

# Optionally specify an array of imagePullSecrets.
Expand Down

0 comments on commit 435f3bc

Please sign in to comment.