Skip to content

Commit

Permalink
version bump to 1.2.1
Browse files Browse the repository at this point in the history
version bump to 1.2.1
  • Loading branch information
juckerf committed Jul 19, 2018
2 parents 905f826 + c2ead65 commit dff511f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Expand Up @@ -18,8 +18,6 @@ It exposes two API endpoints:
## Deployment
The recommended way to deploy kube-ldap is deplyoing kube-ldap in kubernetes itself using the [gyselroth/kube-ldap](https://hub.docker.com/r/gyselroth/kube-ldap/) docker image.

**IMPORTANT:** kube-ldap currently works with plain HTTP. Transport of user credentials should be protected by some means transport encryption (like TLS/SSL). Therefore is highly recommended to use kube-ldap behind a TLS-protected reverse proxy only (like nginx).

Example YAML for kubernetes (secrets, deployment including tls termination and service):
```yaml
apiVersion: v1
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "kube-ldap",
"version": "1.2.0",
"version": "1.2.1",
"description": "kubernetes token webhook to check bearer tokens against ldap",
"main": "src/index.js",
"author": "Fabian Jucker <jucker@gyselroth.com>",
Expand Down

0 comments on commit dff511f

Please sign in to comment.