You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the alpha configuration provides access to experimental, as well
as advanced features not available with the "regular" config.
this change add support for either using an existing configmap
or creating one using the provided values.
Copy file name to clipboardExpand all lines: helm/oauth2-proxy/README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ For users who don't want downtime, you can perform these actions:
80
80
81
81
### To 6.0.0
82
82
83
-
Version 6.0.0 bumps the version of the redis subchart from ~10.6.0 to ~16.4.0. You probably need to adjust your redis config. See [here](https://github.com/bitnami/charts/tree/master/bitnami/redis#upgrading) for detailed upgrade instructions.
83
+
Version 6.0.0 bumps the version of the redis subchart from ~10.6.0 to ~16.4.0. You probably need to adjust your redis config. See [here](https://github.com/bitnami/charts/tree/master/bitnami/redis#upgrading) for detailed upgrade instructions.
`config.configFile` | custom [oauth2_proxy.cfg](https://github.com/oauth2-proxy/oauth2-proxy/blob/master/contrib/oauth2-proxy.cfg.example) contents for settings not overridable via environment nor command line | `""`
103
103
`config.existingConfig` | existing Kubernetes configmap to use for the configuration file. See [config template](https://github.com/oauth2-proxy/manifests/blob/master/helm/oauth2-proxy/templates/configmap.yaml) for the required values | `nil`
104
104
`config.cookieName` | The name of the cookie that oauth2-proxy will create. | `""`
105
+
`alphaConfig.enabled` | Flag to toggle any alpha config related logic | `false`
`alphaConfig.serverConfigData` | Arbitrary configuration data to append to the server section | `{}`
108
+
`alphaConfig.metricsConfigData` | Arbitrary configuration data to append to the metrics section | `{}`
109
+
`alphaConfig.configData` | Arbitrary configuration data to append | `{}`
110
+
`alphaConfig.existingConfig` | existing Kubernetes configmap to use for the alpha configuration file. See [config template](https://github.com/oauth2-proxy/manifests/blob/master/helm/oauth2-proxy/templates/configmap-alpha.yaml) for the required values | `nil`
105
111
`customLabels` | Custom labels to add into metadata | `{}` |
106
112
`config.google.adminEmail` | user impersonated by the google service account | `""`
107
113
`config.google.serviceAccountJson` | google service account json contents | `""`
0 commit comments