xbulat / uchiwa-ldap

Uchiwa dashboard with LDAP support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uchiwa Dashboard

This project is a module for Sensu Uchiwa with support of LDAP authentication.

Docker

  • How to build a docker image
docker build -t uchiwa-ldap:latest .
  • Environment variables for Docker and LDAP

This image is required LDAP credentials as ENV variables and uchiwa config.json with a minimal config options.

docker run --rm -p 8080:8080        \ 
   -e LDAP_BIND_PASSWORD=<password> \
   -e LDAP_BIND_USER=<bind_user>    \
   -e LDAP_FILTER=<ldap_filter>     \
   -e LDAP_BASE_DN=<ldap_base_dn>   \
   -e LDAP_HOST=<ldap_server:389>   \
   -v $PWD:/etc/sensu/              \
   dockerhub.com/xbulat/uchiwa-ldap

About

Uchiwa dashboard with LDAP support


Languages

Language:Go 77.5%Language:Dockerfile 22.5%