Usermgmt is a simple self-service and administration portal for users in DynamoDB for replicating to LDAP.
docker run -d \
--name usermgmt \
-p 443:443 \
-e USERMGMT_HOSTNAME=<Usermgmt Hostname> \
-e VPN_HOSTNAME=<VPN Hostname> \
-e DOMAIN_SUFFIX=<Domain suffix> \
-e VPN_ENABLED=<True or False> \
-e AWS_REGION=<AWS Region name. Default: us-east-1> \
-e AWS_ACCESS=<AWS Access ID. Default: empty, use role> \
-e AWS_SECRET=<AWS Secret Key. Default: empty, use role> \
-e LDAP_ADMIN_GROUP=<Group for admins. Default: internal.admins> \
roclops/genesis-usermgmt:latest
https://dockerhostip/Use the standard Roclops build process.
This will create a new build image and push to the Roclops Dockerhub repo. Running the build.sh creates/pushes the following tags:
<VERSION>.<TIMESTAMP><VERSION>latestFor example, if the VERSION file contains 1.2.3, then the following tags would be produced and pushed to the Dockerhub repo:
1.2.3.201701241033021.2.3latestContent type
Image
Digest
Size
152.5 MB
Last updated
about 7 years ago
docker pull roclops/genesis-usermgmt:1.2.2.20190613143519