Skip to content

ba-itsys/keycloak-extension-filestore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

109 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI Maven Central

keycloak-extension-filestore

Implements client, clientscope, group, realm, role file-based storage. Initially forked from Keycloak's own experimental version.

Intended to be used in read-only filesystems, for example mounted K8s-configmaps (but can also be used to interactively create the configuration by using the admin console) To use this, you most likely have to implement your own DatastoreProvider and mix it with a different implementation to store users, sessions etc.

Caveats

This extension currently does NOT support Keycloak Organizations and thus must be run with the corresponding feature flag turned off.

Maven Coordinates

<dependency>
    <groupId>de.arbeitsagentur.opdt</groupId>
    <artifactId>keycloak-extension-filestore</artifactId>
    <version>1.0.0</version> <!-- Replace with the latest version -->
</dependency>

About

Custom Filestore-implementation (based on Keycloak 22 map-store implementation), wrapping and extending the default one from Keycloak core.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages