Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paoliniluis/metabase-ldap
Metabase connected with an LDAP server for SSO
https://github.com/paoliniluis/metabase-ldap
Last synced: 7 days ago
JSON representation
Metabase connected with an LDAP server for SSO
- Host: GitHub
- URL: https://github.com/paoliniluis/metabase-ldap
- Owner: paoliniluis
- Created: 2023-04-11T00:12:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-14T21:16:36.000Z (8 months ago)
- Last Synced: 2024-11-07T06:47:32.269Z (about 2 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Metabase - LDAP
This is a Docker Compose stack to show how you can configure Metabase with LDAP
## How to run
Just install Docker and do "docker compose up" on the root of the project
# Users
[email protected] / metabot1 is the admin user
then you can configure users in the LDAP server with the LDAP_USERS and LDAP_PASSWORDS env vars## Tip
In case you need to debug something about the objects inside the LDAP server, use [Apache Directory Studio](https://directory.apache.org/studio/) to connect to the LDAP server in the container (it's exposed through port 1389)