GithubHelp home page GithubHelp logo

rborisov / keycloak-arenadata Goto Github PK

View Code? Open in Web Editor NEW

This project forked from arenadata/keycloak-arenadata

0.0 0.0 0.0 385 KB

Arenadata Keycloak customization

License: Apache License 2.0

Java 31.36% CSS 45.20% Makefile 1.62% HTML 0.97% FreeMarker 18.50% Dockerfile 2.35%

keycloak-arenadata's Introduction

Arenadata Keycloak Customization

Arenadata theme screenshot

Includes:

  • Yandex identity provider with hostedDomain parameter support;
  • corporate login theme;
  • Dockerfile to build application image in Quarkus style.

How to build

Just run make build. The Makefile contains a set of environment variables to customize the image. Use can change the values when calling make or use .env file (recommended).

Use the following environment variables to customize build:

  • KC_DB: the type of database
  • KC_DB_URL: database jdbc URL
  • KC_DB_USER: database user
  • KC_DB_PASSWORD: database password
  • IMAGE: Docker image name
  • KC_ARGS: additional parameters for start or start-dev command

How to run

When developing, just run make start or make start-dev with the parameters you need.

To run with docker-compose, use the following configuration:

version: "3"
services:
  keycloak:
    image: hub.adsw.io/library/keycloak-arenadata:17-0.1.0
    environment:
      KC_DB_URL: "jdbc:postgresql://hostname:port/database"
      KC_DB_USERNAME: user
      KC_DB_PASSWORD: password
    ports:
      - 8080:8080
    command: start --http-enabled=true --proxy=edge --hostname-strict=false

You can tune some build parameters (e.g. add new plugins or change URI path prefix) in --auto-build mode, for example:

    command start --auto-build --db=postgres --http-relative-path=/auth

Use --auto-build only in debug or quick fix mode, for production it's better to rebuild optimized container using Dockerfile.

keycloak-arenadata's People

Contributors

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