diff --git a/helm/oauth2-proxy/README.md b/helm/oauth2-proxy/README.md index e3df3e6..ea7c42f 100644 --- a/helm/oauth2-proxy/README.md +++ b/helm/oauth2-proxy/README.md @@ -105,7 +105,7 @@ The following table lists the configurable parameters of the oauth2-proxy chart | `authenticatedEmailsFile.persistence` | Defines how the e-mail addresses file will be projected, via a configmap or secret | `configmap` | | `authenticatedEmailsFile.template` | Name of the configmap or secret that is handled outside of that chart | `""` | | `authenticatedEmailsFile.restrictedUserAccessKey` | The key of the configmap or secret that holds the e-mail addresses list | `""` | -| `authenticatedEmailsFile.restricted_access` | [e-mail addresses](https://oauth2-proxy.github.io/oauth2-proxy/docs/configuration/oauth_provider#email-authentication) list config | `""` | +| `authenticatedEmailsFile.restricted_access` | [e-mail addresses](https://oauth2-proxy.github.io/oauth2-proxy/configuration/providers/#email-authentication) list config | `""` | | `authenticatedEmailsFile.annotations` | configmap or secret annotations | `nil` | | `config.clientID` | oauth client ID | `""` | | `config.clientSecret` | oauth client secret | `""` | @@ -137,7 +137,7 @@ The following table lists the configurable parameters of the oauth2-proxy chart | `extraVolumeMounts` | list of extra volumeMounts | `[]` | | `hostAliases` | hostAliases is a list of aliases to be added to /etc/hosts for network name resolution. | | | `htpasswdFile.enabled` | enable htpasswd-file option | `false` | -| `htpasswdFile.entries` | list of [encrypted user:passwords](https://oauth2-proxy.github.io/oauth2-proxy/docs/configuration/overview#command-line-options) | `{}` | +| `htpasswdFile.entries` | list of [encrypted user:passwords](https://oauth2-proxy.github.io/oauth2-proxy/configuration/overview#command-line-options) | `{}` | | `htpasswdFile.existingSecret` | existing Kubernetes secret to use for OAuth2 htpasswd file | `""` | | `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` | | `image.pullPolicy` | Image pull policy | `IfNotPresent` | @@ -148,7 +148,7 @@ The following table lists the configurable parameters of the oauth2-proxy chart | `ingress.className` | name referencing IngressClass | `nil` | | `ingress.path` | Ingress accepted path | `/` | | `ingress.pathType` | Ingress [path type](https://kubernetes.io/docs/concepts/services-networking/ingress/#path-types) | `ImplementationSpecific` | -| `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). | `[]` | +| `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/). | `[]` | | `ingress.labels` | Ingress extra labels | `{}` | | `ingress.annotations` | Ingress annotations | `nil` | | `ingress.hosts` | Ingress accepted hostnames | `nil` | @@ -244,7 +244,7 @@ $ helm install my-release oauth2-proxy/oauth2-proxy -f values.yaml ## TLS Configuration -See: [TLS Configuration](https://oauth2-proxy.github.io/oauth2-proxy/docs/configuration/tls). +See: [TLS Configuration](https://oauth2-proxy.github.io/oauth2-proxy/configuration/tls/). Use ```values.yaml``` like: ```yaml