Skip to content

Files

Latest commit

67b177a · May 12, 2016

History

History
This branch is up to date with n2ygk/forgerock-docker:master.

ssoconfig

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

ssoconfig

This is a docker image that runs the OpenAM config tool to configure a freshly installed instance.

The image expects that a volume /config/openam/ will be mounted and contains property files that will be applied. The property files will be applied in lexical order (01_file1.properties, etc.).

If /config/openam does not exist, a default configuration will be used. It is probably not what you want.

In a Kubernetes environment /config/openam should come from a gitRepo volume or a git sidecar container that clones the configuration.