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: README.md
+10-10
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
# k8s-ldap-auth
2
2
3
-
[](https://github.com/vbouchaud/k8s-ldap-auth/releases/latest)
[](https://github.com/hopopops/k8s-ldap-auth/releases/latest)
A webhook token authentication plugin implementation backed by LDAP.
9
9
@@ -217,7 +217,7 @@ users:
217
217
218
218
installHint: |
219
219
k8s-ldap-auth is required to authenticate to the current context.
220
-
It can be installed from https://github.com/vbouchaud/k8s-ldap-auth.
220
+
It can be installed from https://github.com/hopopops/k8s-ldap-auth.
221
221
222
222
# This parameter, when true, tells `kubectl` to fill the TokenReview in
223
223
# the `$KUBERNETES_EXEC_INFO` environment variable with extra config
@@ -331,7 +331,7 @@ PLATFORM="linux/arm/v7,linux/amd64" make docker
331
331
332
332
## Distribution
333
333
### Docker
334
-
Docker images of this project are available for arm/v7, arm64/v8 and amd64 at [vbouchaud/k8s-ldap-auth](https://hub.docker.com/r/vbouchaud/k8s-ldap-auth) on docker hub and on quay.io at [vbouchaud/k8s-ldap-auth](https://quay.io/vbouchaud/k8s-ldap-auth).
334
+
Docker images of this project are available for arm/v7, arm64/v8 and amd64 at [hopopops/k8s-ldap-auth](https://hub.docker.com/r/hopopops/k8s-ldap-auth) on docker hub and on quay.io at [hopopops/k8s-ldap-auth](https://quay.io/hopopops/k8s-ldap-auth).
335
335
336
336
### Binary
337
337
Binaries for the following OS and architectures are available on the release page:
@@ -352,15 +352,15 @@ Binaries for the following OS and architectures are available on the release pag
352
352
353
353
### Darwin
354
354
#### With `brew`
355
-
`k8s-ldap-auth.rb` is not in the official repository, you can install it from [my repository](https://github.com/vbouchaud/homebrew-tap) with the following commands:
355
+
`k8s-ldap-auth.rb` is not in the official repository, you can install it from [my repository](https://github.com/hopopops/homebrew-tap) with the following commands:
356
356
357
-
`brew install vbouchaud/tap/k8s-ldap-auth`
357
+
`brew install hopopops/tap/k8s-ldap-auth`
358
358
359
-
Or `brew tap vbouchaud/tap` and then `brew install k8s-ldap-auth`.
359
+
Or `brew tap hopopops/tap` and then `brew install k8s-ldap-auth`.
360
360
361
361
### Kubernetes
362
362
#### Helm Chart
363
-
A Chart is hosted at [vbouchaud/chartrepo](https://vbouchaud.github.io/chartrepo/). Please see [its readme](https://github.com/vbouchaud/chartrepo/blob/main/charts/k8s-ldap-auth/README.md) for more information on how to install it.
363
+
A Chart is hosted at [hopopops/chartrepo](https://hopopops.github.io/chartrepo/). Please see [its readme](https://github.com/hopopops/chartrepo/blob/main/charts/k8s-ldap-auth/README.md) for more information on how to install it.
364
364
365
365
## Inspiration
366
366
I originally started this project after reading Daniel Weibel's article "Implementing LDAP authentication for Kubernetes" (https://learnk8s.io/kubernetes-custom-authentication or https://itnext.io/implementing-ldap-authentication-for-kubernetes-732178ec2155).
0 commit comments