45 Commits
Author SHA1 Message Date
Matt FarinaandGitHub cc0f70ef5c [stable/oauth2-proxy] deprecating chart (#24370)
Signed-off-by: Matt Farina <matt@mattfarina.com>
2020-11-13 15:31:45 -05:00
Scott RigbyandGitHub 688e20c413 [stable/oauth2-proxy] add repo archive notice (#24166)
Signed-off-by: Scott Rigby <scott@r6by.com>
2020-11-09 14:31:19 -08:00
Gabor LekenyandGitHub a3875f8640 [stable/oauth2-proxy] Quote ingress host as it may contain special char (#23762)
Quote host variable in Ingress hosts as it may contain special character *.
Fixes YAML parse error when templating Ingress resource.

Signed-off-by: Gabor Lekeny <gabor.lekeny@gmail.com>
2020-09-14 03:16:57 -07:00
Maciej StrzeleckiandGitHub c2502cef80 allow to set extraEnvs without proxyVarsAsSecrets (#22770)
Signed-off-by: Maciej Strzelecki <maciej.strzelecki@gmail.com>
2020-07-28 01:07:09 -07:00
Enrico StahnandGitHub 4051ebca14 [stable/oauth2-proxy] Use newer ingress API to be compatible with Kubernetes 1.16 (#23161)
* [stable/oauth2-proxy] Use newer ingress API

Kubernetes 1.16 deprecates various APIs and therefore manifests require updates.
This change is backwards compatible and can still be used with older Kubernetes versions.

Signed-off-by: Enrico Stahn <enrico.stahn@gmail.com>

* [stable/oauth2-proxy] Bump chart version to 3.2.1

Signed-off-by: Enrico Stahn <enrico.stahn@gmail.com>

* [stable/oauth2-proxy] use .Capabilities.APIVersions.Has

Signed-off-by: Enrico Stahn <enrico.stahn@gmail.com>
2020-07-15 01:00:37 -07:00
Michael BarrientosandGitHub 76e20dea56 [stable/oauth2-proxy] Add ingress extraPaths support (#22248)
* [stable/oauth2-proxy] Add ingress extraPaths support

Signed-off-by: Michael Barrientos <mbarrientos@chanzuckerberg.com>

* [oauth2-proxy] Add ci test for ingress extraPaths

Signed-off-by: Michael Barrientos <mbarrientos@chanzuckerberg.com>
2020-06-19 06:17:58 -07:00
Peter WilsonandGitHub 137c7d4147 [stable/oauth2-proxy] Add podSecurityContext (#22181)
* [oauth2-proxy] Add podSecurityContext

Signed-off-by: Peter Wilson <dearpete@gmail.com>

* [oauth2-proxy] add podSecurityContext ci test

Signed-off-by: Peter Wilson <dearpete@gmail.com>
2020-05-13 23:16:23 -07:00
Peter WilsonandGitHub 7bd86fd63e [oauth2-proxy] Add serviceaccount to support EKS IRSA (#22055)
* [oauth2-proxy] Add serviceaccount to support EKS IRSA

Signed-off-by: Peter Wilson <dearpete@gmail.com>

* [oauth2-proxy] use enabled for consistency and bump major version

Signed-off-by: Peter Wilson <dearpete@gmail.com>

* [oauth2-proxy] Update serviceAccountName helper

Signed-off-by: Peter Wilson <dearpete@gmail.com>
2020-04-28 01:20:05 -07:00
Josh BielickandGitHub 1920d316b4 [stable/oauth2-proxy] use proper scope in secret name helper (#21715)
`with` changes scope here and now when _not_ using an existing secret, the template oauth2-proxy.secretName is invoked, but provided `.` context, which is the .Values.config.google context, not the global context which contains .Values—a dependency of that helper.

Signed-off-by: Josh Bielick <jbielick@gmail.com>
2020-04-02 11:52:25 -07:00
Cédric de Saint MartinandGitHub 2d5758e3aa [stable/oauth2-proxy] Upgrade to v5.1.0. (#21676)
Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
2020-04-02 02:58:23 -07:00
NaseemandGitHub 64f44ef2e5 Update image to 5.0.0 (#21481)
Signed-off-by: Naseem <naseem@transit.app>
2020-03-19 08:53:23 -07:00
RaviandGitHub 61c95cb9b7 [stable/oauth2-proxy] Add htpasswd file checksum to annotations (#20280)
Signed-off-by: rustyclock <rustyclock@protonmail.com>
2020-02-07 00:09:43 -08:00
Thomas BorupandGitHub 6078fe10f1 [stable/oauth2-proxy] Add posibility for using environment values ins… (#20029)
* [stable/oauth2-proxy] Add posibility for using environment values instead of secrets

Signed-off-by: Thomas Borup <tbo@trifork.com>

* Renamed variable and flipped boolean value to avoid double negation

Signed-off-by: Thomas Borup <tbo@trifork.com>
2020-01-28 23:04:14 -08:00
Cédric de Saint MartinandKubernetes Prow Robot a760960276 [stable/oauth2-proxy] fix PodDisruptionBudget. (#19394)
* [stable/oauth2-proxy] fix PodDisruptionBudget.

Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>

* [stable/oauth2-proxy] Fix Chart.yaml home page.

Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
2019-12-05 07:46:32 -08:00
Cédric de Saint MartinandKubernetes Prow Robot d28b474323 [stable/oauth2-proxy] feature: add PodDisruptionBudget. (#18073)
Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
2019-12-04 10:42:57 -08:00
46e229b270 [stable/oauth2-proxy] - update to support k8s v1.16 (#18238)
* update to support k8s v1.16

Signed-off-by: Jeff Billimek <jeffrey_k_billimek@homedepot.com>

* Add minimum kubeVersion

Signed-off-by: Jeff Billimek <jeff@billimek.com>

* remove Ingress networking.k8s.io/v1beta1 apiVersion

Signed-off-by: Jeff Billimek <jeff@billimek.com>

* Add major version notes to Readme

Signed-off-by: Jeff Billimek <jeff@billimek.com>

* Fix linting

Signed-off-by: Jeff Billimek <jeff@billimek.com>

* Update stable/oauth2-proxy/README.md

nice catch!

Co-Authored-By: Cédric de Saint Martin <cedric@desaintmartin.fr>
Signed-off-by: Jeff Billimek <jeff@billimek.com>

* Removing verbiabe about uninstalling the chart

Signed-off-by: Jeff Billimek <jeff@billimek.com>
2019-11-21 01:45:28 -08:00
Frederik MogensenandKubernetes Prow Robot 3c1e20e6cc [stable/oauth2-proxy] Add securityContext for container (#18186)
Signed-off-by: Frederik Mogensen <sodiaf@gmail.com>
2019-11-05 08:22:39 -08:00
Nicolaj GræsholtandKubernetes Prow Robot 3b313c4a5c ADD http scheme to values, and template deployment and service (#17589)
Signed-off-by: Nicolaj Græsholt <figaw@hotmail.com>
2019-10-15 00:23:52 -07:00
machine424andKubernetes Prow Robot 0fb4c12b3a [stable/oauth2-proxy] Avoid Ingress.metadata.annotations with a null value (#17618)
Signed-off-by: ayoub mrini <amrini@wiremind.fr>
2019-10-11 05:33:41 -07:00
Cédric de Saint MartinandKubernetes Prow Robot f276eb712c [stable/oauth2-proxy] Breaking change: upgrade to v4.0.0. Also add desaintmartin as maintainer. (#16593)
Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
2019-10-09 05:01:51 -07:00
Nicolaj GræsholtandKubernetes Prow Robot c27430f94a [stable/oauth2-proxy] ADD extra volumes and volumemounts (#15714)
* [stable/oauth2-proxy] FIX casing typo in README

Signed-off-by: Nicolaj Græsholt <figaw@hotmail.com>

* [stable/oauth2-proxy] ADD extra volumes and volumemounts #15621

Signed-off-by: Nicolaj Græsholt <figaw@hotmail.com>

* [stable/oauth2-proxy] UPDATE readme with SSL Configuration

Signed-off-by: Nicolaj Græsholt <figaw@hotmail.com>

* [stable/oauth2-proxy] remove trailing whitespace

Signed-off-by: Nicolaj Græsholt <figaw@hotmail.com>

* FIX backtick-typo

Signed-off-by: Nicolaj Græsholt <figaw@hotmail.com>
2019-09-25 05:27:59 -07:00
Hang XieandKubernetes Prow Robot cc9be4fba3 add extraEnv to set extra environment variables in container, useful for outbound proxy (#16343)
Signed-off-by: Hang Xie <7977860+hangxie@users.noreply.github.com>
2019-08-24 15:08:23 -07:00
David AshfordandKubernetes Prow Robot fb935c70eb [stable/oauth2-proxy] add htpasswd-file components (#13958)
* add htpasswd components

Signed-off-by: David Ashford <david.ashford@distilled.ie>

* bump chart version

Signed-off-by: David Ashford <david.ashford@distilled.ie>

* Move htpasswd file to a secret

Signed-off-by: David Ashford <david.ashford@distilled.ie>
2019-08-01 04:48:14 -07:00
Maxime GuyotandKubernetes Prow Robot daff73c99f Update oauth2-proxy image to v3.2.0 (#14931)
Signed-off-by: Maxime Guyot <maxime@root314.com>
2019-06-20 13:14:35 -07:00
Joshua HoblittandKubernetes Prow Robot cd66c51918 [stable/oauth2-proxy] add undocumented ingress.{path,annotations,hosts,tls} to README (#13190)
* add undocumented ingress.{path,annotations,hosts,tls} to README

Signed-off-by: Joshua Hoblitt <josh@hoblitt.com>

* bump chart version to 0.12.3

Signed-off-by: Joshua Hoblitt <josh@hoblitt.com>
2019-06-11 05:10:19 -07:00
art konandKubernetes Prow Robot afe4a35afa [oauth2-proxy] Ignore OWNERS file in helm package. (#13654)
Signed-off-by: Arturo Contreras <arturo.contreras@returnpath.com>
2019-05-20 08:21:18 -07:00
David MuckleandKubernetes Prow Robot 0c12bb288c README syntax fix (#12449)
Signed-off-by: David Muckle <dvdmuckle@dvdmuckle.xyz>
2019-04-21 09:37:43 -07:00
art konandKubernetes Prow Robot 3fef386e8d [stable/oauth2-proxy] Add options to service. (#12995)
Signed-off-by: Arturo Contreras <arturo.contreras@returnpath.com>
2019-04-12 00:28:47 -07:00
Victor NoëlandKubernetes Prow Robot 580f947312 [stable/oauth2-proxy] More configurations and fixes (#11954)
* oauth2-proxy: simplify names local to the pod

Signed-off-by: Victor Noel <victor.noel@brennus-analytics.com>

* oauth2-proxy: allow to specify config via configmap

Signed-off-by: Victor Noel <victor.noel@brennus-analytics.com>

* oauth2-proxy: default config values in file

Unsetting properties in yaml objects is too complex

Signed-off-by: Victor Noel <victor.noel@brennus-analytics.com>

* oauth2-proxy: support specifying google service account

Signed-off-by: Victor Noel <victor.noel@brennus-analytics.com>

* oauth2-proxy: reload deployment on config changes

Signed-off-by: Victor Noel <victor.noel@brennus-analytics.com>

* oauth2-proxy: fix documentation

Signed-off-by: Victor Noel <victor.noel@brennus-analytics.com>

* oauth2-proxy: fix file permissions

Signed-off-by: Victor Noel <victor.noel@brennus-analytics.com>

* oauth2-proxy: bump chart version

Signed-off-by: Victor Noel <victor.noel@brennus-analytics.com>

* oauth2-proxy: move http-address arg out of extraArgs

Signed-off-by: Victor Noel <victor.noel@brennus-analytics.com>
2019-03-19 06:54:24 -07:00
Jared BurnsandKubernetes Prow Robot ce4694f7e7 Allow to disable liveness and readiness probes for Istio mTLS (#11757)
Signed-off-by: Jared Burns <jaredburns3000@gmail.com>
2019-03-12 00:40:38 -07:00
Maxime GuyotandKubernetes Prow Robot 80d85c7ed2 Update README of stable/oauth2_proxy (#11349)
Signed-off-by: Maxime Guyot <maxime@root314.com>
2019-02-12 04:47:09 -08:00
Don BowmanandKubernetes Prow Robot dea84cfd13 [stable/oauth2-proxy] Bump default image to version 3.1.0 for TLS updates (#11338)
The 3.0.0 container by default has older TLS ca certificates
causing issues on GKE environment. Resolve by moving to 3.1.0.

Signed-off-by: Don Bowman <db@donbowman.ca>
2019-02-12 04:10:27 -08:00
Yurii RochniakandKubernetes Prow Robot ba56f29ed9 [stable/oauth2-proxy] Allow defining a custom secret (#11165)
* [stable/oauth2-proxy] Allow defining a custom secret

Signed-off-by: Yurii Rochniak <yrochnyak@gmail.com>

* Bump Chart version & update README

Signed-off-by: Yurii Rochniak <yrochnyak@gmail.com>

* [stable/oauth2-proxy] Fix variable scope

Signed-off-by: Yurii Rochniak <yrochnyak@gmail.com>

* Adjust default value in README

Signed-off-by: Yurii Rochniak <yrochnyak@gmail.com>
2019-02-05 14:15:13 -08:00
Maxime GuyotandKubernetes Prow Robot 27b0c3ae9f [stable/oauth2-proxy] Switch to pusher/oauth2_proxy (#10740)
Signed-off-by: Maxime Guyot <maxime@root314.com>
2019-02-04 11:59:46 -08:00
Martina Rathandk8s-ci-robot df41ecf740 [stable/oauth2-proxy] Add email authentication support (#7418)
* https://github.com/bitly/oauth2_proxy#email-authentication

Signed-off-by: Martina Rath <mpratscher@gmail.com>
2018-09-05 06:09:34 -07:00
Casey Kuhlmanandk8s-ci-robot f73ca1a09f Deprecates chart (#7454)
Signed-off-by: Casey Kuhlman <casey@monax.io>
2018-08-30 23:37:40 -07:00
Casey Kuhlmanandk8s-ci-robot 9a5971c33c Add @compleatang to owners (#7412)
Signed-off-by: Casey Kuhlman <casey@monax.io>
2018-08-29 15:30:10 -07:00
Ryan Luckieandk8s-ci-robot 79d96b9cf8 [stable/oauth2-proxy] Add support for priorityClasses (#6586)
- add support for priorityClasses
2018-07-15 09:39:55 -07:00
AdamDangandk8s-ci-robot db86c6a119 Typo fix in oauth2-proxy/README.md (#4998)
* Update Chart.yaml

* Update README.md
2018-04-14 22:34:58 -07:00
James Rawlingsandk8s-ci-robot 290289e2ed [oauth2-proxy] add optional service annotations (#4815)
* [oauth2-proxy] add optional service annotations

* increment oauth2-proxy chart version
2018-04-13 13:24:59 -07:00
David Wangandk8s-ci-robot 5c0d4f33b6 [incubator/oauth2-proxy] Enabled custom oauth-proxy configuration file (#4744)
* Added ability to specify custom oauth2-proxy.cfg file

* Bumped minor version number
2018-04-13 09:50:59 -07:00
AdamDangandk8s-ci-robot 6e4caf4e9e Add home key for oauth2-proxy (#4692)
The key "home" is needed for ci testing, it's missing in this yaml. That sometimes will cause testing failure.
2018-04-04 18:23:08 -07:00
Giancarlo Rubioandk8s-ci-robot d13c73ce32 Change service port to 80 because the pod does not enable https by default (#4470) 2018-03-27 13:17:03 -07:00
gaoflyandk8s-ci-robot da4d0d5769 fix an error,changed the word 'tables' to 'table' (#4354)
* Update Chart.yaml

Update Chart.yaml

* fix an error in lines 39,change word 'tables' to 'table'

fix an error in lines 39,change word 'tables' to 'table'
2018-03-20 07:47:22 -07:00
Casey Kuhlmanandk8s-ci-robot 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