roclops/genesis-usermgmt

By roclops

Updated about 7 years ago

Artifact
Image
0

8.6K

roclops/genesis-usermgmt repository overview

Roclops | Genesis | Usermgmt

roclops/genesis-usermgmt

Usermgmt is a simple self-service and administration portal for users in DynamoDB for replicating to LDAP.

Running

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

Usage

  • Web UI: https://dockerhostip/

Building

Use the standard Roclops build process.

  • Set VERSION file to the new version.
  • Run "sh build.sh"

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>
  • latest

For 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.20170124103302
  • 1.2.3
  • latest

Tag summary

Content type

Image

Digest

Size

152.5 MB

Last updated

about 7 years ago

docker pull roclops/genesis-usermgmt:1.2.2.20190613143519