Git Product home page Git Product logo

keycloak-ws's Introduction

Keycloak Container config for TIIME Workshop 2018

These is a docker-compose configuration for a quickstart keycloak:

  • keycloak with postgres adapter
  • postgresql 9.6
  • openldap as ldap container
  • haproxy as ssl proxy for keycloak

config

  1. git clone the repo
  2. cd certs
  3. ./gencert.sh my.magic.testdomain
  4. cat my.magic.testdomain.crt my.magic.testdomain.key >> cert.pem
  5. cp cert.pem ../haproxy-etc/cert.pem
  6. cd ..
  7. docker-compose up -d
  8. docker-compose log -f

description:

  1. clone repo

  2. go in certs directory

  3. generate self signing root cert with my.magic.testdomain as domainname. If you have correct certs like letsencrypt, you can strip these.

  4. If you have a certificate you have to generate one cert.pem for haproxy with the command cat fullchain.pem cert.pem privkey.pem >> cert.pem

  5. copy the cert in the haproxy config directory

  6. ...

  7. start docker containers with docker-compose

  8. look at the logs, ...

next

Now you can open your Keycloak console with https://servername:20443/

Examples

In the folder examples are the two example container from the workshop:

  • Redmine
  • Rocket.Chat

Configuration is discussed in the workshop!

Greetings

:peter pfläging [email protected]

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.