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
Copy file name to clipboardExpand all lines: helm/oauth2-proxy/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ The following table lists the configurable parameters of the oauth2-proxy chart
105
105
|`authenticatedEmailsFile.persistence`| Defines how the e-mail addresses file will be projected, via a configmap or secret |`configmap`|
106
106
|`authenticatedEmailsFile.template`| Name of the configmap or secret that is handled outside of that chart |`""`|
107
107
|`authenticatedEmailsFile.restrictedUserAccessKey`| The key of the configmap or secret that holds the e-mail addresses list |`""`|
108
-
|`authenticatedEmailsFile.restricted_access`|[e-mail addresses](https://oauth2-proxy.github.io/oauth2-proxy/docs/configuration/oauth_provider#email-authentication) list config |`""`|
108
+
|`authenticatedEmailsFile.restricted_access`|[e-mail addresses](https://oauth2-proxy.github.io/oauth2-proxy/configuration/providers/#email-authentication) list config|`""`|
109
109
|`authenticatedEmailsFile.annotations`| configmap or secret annotations |`nil`|
|`htpasswdFile.entries`| list of [encrypted user:passwords](https://oauth2-proxy.github.io/oauth2-proxy/docs/configuration/overview#command-line-options)|`{}`|
140
+
|`htpasswdFile.entries`| list of [encrypted user:passwords](https://oauth2-proxy.github.io/oauth2-proxy/configuration/overview#command-line-options)|`{}`|
141
141
|`htpasswdFile.existingSecret`| existing Kubernetes secret to use for OAuth2 htpasswd file |`""`|
142
142
|`httpScheme`|`http` or `https`. `name` used for the port on the deployment. `httpGet` port `name` and `scheme` used for `liveness`- and `readinessProbes`. `name` and `targetPort` used for the service. |`http`|
|`ingress.extraPaths`| Ingress extra paths to prepend to every host configuration. Useful when configuring [custom actions with AWS ALB Ingress Controller](https://kubernetes-sigs.github.io/aws-alb-ingress-controller/guide/ingress/annotation/#actions). |`[]`|
151
+
|`ingress.extraPaths`| Ingress extra paths to prepend to every host configuration. Useful when configuring [custom actions with AWS ALB Ingress Controller](https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.8/guide/ingress/annotations/). |`[]`|
0 commit comments