Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
/ layer-keycloak Public archive

Keycloak is an open source Identity and Access Management solution aimed at modern applications and services. It makes it easy to secure applications and services with little to no code.

License

Notifications You must be signed in to change notification settings

tengu-team/layer-keycloak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This charm installs and configures RedHat's Keycloak. Keycloak is an open source identity and access management system. More info about Keycloak can be found here.

The charm expects a relation to a PostgreSQL Database Server.

Usage

Deploy Keycloak with the following command:

juju deploy cs:keycloak <name>

Add a relation to your PostgreSQL Database Server.

juju add-relation <name> postgresql:db

This will create a database with the name keycloak_<name>. When Keycloak is active you can browse the management console on http://ip-address:8080/auth/admin/master/console. Login as user admin and use the randomly generated password, which can be found in the status message of the application.

Known Limitations and Issues

Clustering is not supported yet, so this version of the charm should not be scaled.

Authors

This software was created at Tengu (powered by Qrama).

About

Keycloak is an open source Identity and Access Management solution aimed at modern applications and services. It makes it easy to secure applications and services with little to no code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published