Tremolo Security's Unison - User Provisioning, SSO, LDAP Virtual Directory and Reporting
500K+

Tremolo Security's Unison combines the identity management functions most needed by applications including:
Prior to deployment, a license must be obtained. A 60 day trial license can be obtained by registering at https://www.tremolosecurity.com/support/ . Once a license is obtained, the Unison image can be deployed from the standard dockerhub image without change. This build is automatic and tied to the centos repository so whenever a new centos 7 image is pushed this image is updated.
If your docker servers are static and can port forward from the host to Unison you can use the standard Unison clustering mechanism for pushing configurations. Since most docker deployments are more dynamic the more effective approach is to have shared volumes using either an NFS driver, GlusterFS, etc. Configure Unison to use a shared file system (under Admin System). This will reload the configuration when it is changed based on a marker on the shared file system. See the dockerfile for a list of shared volumes that need to be created for this image.
The standard for Docker images is to send all output to standard out. The default log4j.xml file is updated to push all output to standard out instead of the different log files.
A single volume needs to be mapped to /usr/local/tremolo/tremolo-service/external. On startup, Unison will copy the applications, configurations and external libraries to this volume. Its also where the markers used in a shared filesystem clustering configuration are stored.
The following ports are available:
NOTE that these ports are defaults and can be configured inside of the Unison admin interface
docker run -d -p 9090:9090 -p 389:10983 -p 636:10636 -p 80:8080 -p 443:8443 --name unison -v /var/lib/docker-volumes/unison:/usr/local/tremolo/tremolo-service/external:Z tremolosecurity/unison:1.0.8
Once the container is running, it can be connected to with https://docker.host:9090 to configure the license and initial security information.
Content type
Image
Digest
Size
367.3 MB
Last updated
over 7 years ago
docker pull tremolosecurity/unison