10 Commits
Author SHA1 Message Date
Scott Rigby 9270e0853c [incubator/oauth-proxy] deprecate missing chart (#23234)
Signed-off-by: Scott Rigby <scott@r6by.com>
2020-07-18 11:56:50 -07:00
Henry Jenkins d676c5a40d Drop incubator/oauth-proxy (#22370) (#22371)
This chart duplicates stable/oauth2-proxy

Signed-off-by: Henry Jenkins <henry@henryjenkins.name>
2020-06-02 05:10:14 -07:00
AdamDang 5e8a4639e0 Typo fix in oauth-proxy/README.md (#4249)
* Add version for oauth-proxy

Add version for oauth-proxy

* Typo fix in oauth-proxy/README.md

Typo fix in oauth-proxy/README.md
2018-03-19 02:47:59 -07:00
Casey Kuhlman 2509207def Move oauth-proxy to stable and rename to oauth2-proxy to match upstream (#3480)
* Move oauth-proxy to stable

* Remove maintainers from deprecated chart
2018-03-16 00:44:22 -07:00
Sebastian Melchior 0bd940622f improve docs for oauth_proxy (#4007) 2018-03-06 07:47:53 -08:00
Owen Barton da7d836a29 [incubator/oauth-proxy] Add optional imagePullSecrets (#3384) 2018-01-19 21:42:28 -08:00
David Wang 30ca8eff04 [incubator/oauth-proxy] Tweaked oauth-proxy deployment template to accept boolean extraArgs (#3266)
* Tweaked oauth-proxy deployment template to accept boolean extraArgs

* Prior to this commit, values.yaml extraArgs only allowed setting of
  `key=value` pairs.  However, some oauth2_proxy flags are boolean
  flags with only `key` and no `value`.  In the example below,
  `ssl-insecure-skip-verify` is one such flag.

  extraArgs:
    provider: "oidc"
    ssl-insecure-skip-verify:
    cookie-secure: "true"

* This commit allows boolean flags to be added to extraArgs as shown
  above by `ssl-insecure-skip-verify`.

* Update Chart.yaml
2018-01-14 08:09:28 -08:00
Owen Barton d2869e88e0 [incubator/oauth-proxy] Fix documentation typo for clientID value (#3255)
* [incubator/oauth-proxy] Fix documentation typo for clientID value

* [incubator/oauth-proxy] Bump version number
2018-01-14 08:04:23 -08:00
Jesús Roncero f7edc873f1 incubator/oauth-proxy Allow path to be configured (#2936)
* incubator/oauth-proxy Allow path to be configured

Allow path to be configured on the ingress. If one has a vhost that
needs to be shared with oauth proxy, then we need to be able to proxy
pass just /oauth2 to the proxy. Thus allowing it to be configured here.

* Update Chart version

* Fix variable inside range loop.
2017-12-17 21:04:35 -08:00
Casey Kuhlman 2c64538cfe [incubator/oauth-proxy] add oauth-proxy chart (#2717) 2017-11-25 15:00:07 +01:00