Giter VIP home page Giter VIP logo

docker-ipsilon's Introduction

docker-ipsilon

This repository contains everything needed to build a Docker image for running the Ipsilon identity provider in a Docker container.

The Ipsilon image is based on the FreeIPA client (adelton/freeipa-client) docker image, which requires a FreeIPA server. This allows Ipsilon to be configured for Kerberos authentication.

Building the image

To build the Ipsilon docker image, simply run the following in the root of this repository:

docker build -t ipsilon .

Ipsilon is still in early development, so the image currently uses regularly produced developer builds of Ipsilon from Copr. Fedora 21 is currently used, but this will be expanded to include other platforms as Ipsilon matures.

Using the image

The easiest way to quickly set up an Ipsilon container is to create a FreeIPA server container and link it to an Ipsilon container. This can be done like so:

docker run --name freeipa-server -d -h ipa.example.test -e PASSWORD=<FreeIPA Admin Password> --cap-add=SYS_TIME adelton/freeipa-server:fedora-21
docker logs -f freeipa-server

You will need to wait until the FreeIPA server configuration is complete before creating the Ipsilon container. You can track the progress by using the "docker logs" command shown above. When the FreeIPA server configuration is complete, create the Ipsilon container as follows:

docker run --name ipsilon -d -h ipsilon.example.test --link freeipa-server:ipa -e PASSWORD=<FreeIPA Admin Password> ipsilon

If you want to expose the Ipsilon service on your actual network, you will want to map port 443 to your container host system. In addition, you will want to register a reachable IP address for the Ipsilon container in the FreeIPA DNS server. This can be accomplished by adding the following options to your 'docker run' command:

-p 443:443 -e IPSILON_IP_ADDRESS=<ip address>

The FreeIPA server should also use Fedora 21, as the FreeIPA admin commands used when installing Ipsilon need to match the FreeIPA server version to work properly.

Ipsilon will be configured for both Kerberos and forms-based authentication, and the FreeIPA admin user will be set up as the admin of Ipsilon.

If you are using your FreeIPA server container for DNS, Ipsilon will be available at the following URL:

https://ipsilon.example.test/idp

Additional Info

docker-ipsilon's People

Contributors

nkinder avatar

Watchers

 avatar  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.