GithubHelp home page GithubHelp logo

alpereny / docker-openam Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dj-wasabi/docker-openam

0.0 2.0 0.0 8 KB

A Docker container for OpenAM with an embedded OpenDJ.

Home Page: https://hub.docker.com/r/wdijkerman/openam/

Shell 56.34% Python 43.66%

docker-openam's Introduction

docker-openam

Docker Stars Docker Pulls Build Status

This container is running a Java 8 with Tomcat 8 for OpenAM. This container is used for testing/validating the 'python-openam' module. This module can be found here: https://github.com/dj-wasabi/python-openam

This container has 2 tags:

  • 12.0.0
  • 13.0.0

There is no 13.5.0 tag yet.

Usage

Using the container can be done like this:

docker pull wdijkerman/openam:13.0.0
docker run -d -h openam.example.com --name openam -p 8080:8080 wdijkerman/openam:13.0.0

This will bootup the container and start OpenAM. You'll have to make sure you put openam.example.com in your hosts file, otherwise you can't access OpenAM. Check the logs to see when the container is booted correctly:

docker logs -f openam

Output will be like:

Registering service amAuthSAML2.xml...Success.
Registering service audit.xml...Success.
Registering service RadiusServerService.xml...Success.
Registering service amSessionPropertyWhitelist.xml...Success.
Registering service selfService.xml...Success.
Configuring system....Done
Configuring server instance....Done
Creating demo user....Done
Setting up monitoring authentication file.
Configuration complete!

Configuration is complete and you should be able to open the login page by opening the following url:

http://openam.example.com/openam

Version

You can verify which OpenAM is running by opening the following url:

$ curl 'http://openam.example.com:8080/version'
13

Credentials

The following credentials can be used:

OpenDJ

Username: cn=Directory Manager
Password: password_opendj

OpenAM

Username: amadmin
Password: password_openam

note: This container is not suitable for production environments, there are no volumes for storing data and an "embedded" OpenDJ is used.

docker-openam's People

Contributors

dj-wasabi avatar

Watchers

James Cloos avatar Alperen YILMAZ avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.