Skip to content

Commit 5569f5a

Browse files
Merge pull request #207 from pierluigilenoci/readme_fix
Fixed the broken link in the README.md file
2 parents 9931844 + dcddb0a commit 5569f5a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

helm/oauth2-proxy/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ The following table lists the configurable parameters of the oauth2-proxy chart
105105
| `authenticatedEmailsFile.persistence` | Defines how the e-mail addresses file will be projected, via a configmap or secret | `configmap` |
106106
| `authenticatedEmailsFile.template` | Name of the configmap or secret that is handled outside of that chart | `""` |
107107
| `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 | `""` |
109109
| `authenticatedEmailsFile.annotations` | configmap or secret annotations | `nil` |
110110
| `config.clientID` | oauth client ID | `""` |
111111
| `config.clientSecret` | oauth client secret | `""` |
@@ -137,7 +137,7 @@ The following table lists the configurable parameters of the oauth2-proxy chart
137137
| `extraVolumeMounts` | list of extra volumeMounts | `[]` |
138138
| `hostAliases` | hostAliases is a list of aliases to be added to /etc/hosts for network name resolution. | |
139139
| `htpasswdFile.enabled` | enable htpasswd-file option | `false` |
140-
| `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) | `{}` |
141141
| `htpasswdFile.existingSecret` | existing Kubernetes secret to use for OAuth2 htpasswd file | `""` |
142142
| `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` |
143143
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
@@ -148,7 +148,7 @@ The following table lists the configurable parameters of the oauth2-proxy chart
148148
| `ingress.className` | name referencing IngressClass | `nil` |
149149
| `ingress.path` | Ingress accepted path | `/` |
150150
| `ingress.pathType` | Ingress [path type](https://kubernetes.io/docs/concepts/services-networking/ingress/#path-types) | `ImplementationSpecific` |
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-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/). | `[]` |
152152
| `ingress.labels` | Ingress extra labels | `{}` |
153153
| `ingress.annotations` | Ingress annotations | `nil` |
154154
| `ingress.hosts` | Ingress accepted hostnames | `nil` |
@@ -244,7 +244,7 @@ $ helm install my-release oauth2-proxy/oauth2-proxy -f values.yaml
244244
245245
## TLS Configuration
246246

247-
See: [TLS Configuration](https://oauth2-proxy.github.io/oauth2-proxy/docs/configuration/tls).
247+
See: [TLS Configuration](https://oauth2-proxy.github.io/oauth2-proxy/configuration/tls/).
248248
Use ```values.yaml``` like:
249249

250250
```yaml

0 commit comments

Comments
 (0)