An open API service indexing awesome lists of open source software.

https://github.com/manics/helm-test-openldap

Helm Chart to run an OpenLDAP server prepopulated with test data
https://github.com/manics/helm-test-openldap

Last synced: 4 months ago
JSON representation

Helm Chart to run an OpenLDAP server prepopulated with test data

Awesome Lists containing this project

README

          

# test-openldap Helm Chart
[![Build](https://github.com/manics/helm-test-openldap/actions/workflows/build.yml/badge.svg)](https://github.com/manics/helm-test-openldap/actions/workflows/build.yml)

Helm Chart to run an OpenLDAP server prepopulated with test data.

This deploy the [`rroemhild/test-openldap` Docker image](https://hub.docker.com/r/rroemhild/test-openldap) (source: https://github.com/rroemhild/docker-test-openldap).

## Installation
```
helm repo add test-openldap https://www.manicstreetpreacher.co.uk/helm-test-openldap/
helm upgrade --install ldap test-openldap/test-openldap --wait
```
An OpenLDAP server will be running inside the cluster on ports 389 (ldap) and 686 (ldaps).
The service can be accessed at `ldap-test-openldap..svc.cluster.local`.

## LDAP users and groups

See the [documentation for `rroemhild/test-openldap`](https://github.com/rroemhild/docker-test-openldap).