Skip to content

ArqiSoft/keycloak

Repository files navigation

Keycloak repository

Build Status

It contains Leanda docker image and composes for environments: dev, test, uat, prod

Keycloak theme

There is keycloak customized theme osdr-theme in folder ./themes

Initial keycloak settings

There is ./keycloak-settingsjson/osdr-realm.json file that contains OSDR keycloak base settings. After image up it has

  • realm - OSDR
  • client - leanda-angular
  • keycloak client has settings for connecting applications by oidc protocol

WARNING Default admin logins and passwords for Keycloak and Postrges are placed in ./.ENV file. It is HIGHLY recommended to change them before deploying into real environment.

To rum docker image standalone, just for test and experiments

NOTE: before run image standalone comment ENV DB_VENDOR POSTGRES

docker build --tag keycloak-test .
docker run --rm -e KEYCLOAK_USER=admin -e KEYCLOAK_PASSWORD=admin -p 8080:8080 keycloak-test

Run in docker compose

In order to run Leanda project locally you need to configure keycloak host on your local machine

In Windows

Edit c:\Windows\System32\Drivers\etc\hosts file and add

127.0.0.1 keycloak

so you can acess Keycloak using the URL http://keycloak:8080

In MacOS

Edit etc/hosts file and add

127.0.0.1 keycloak

Links

Keycloak github

Keycloak documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages