Open
1 of 4 issues completedDescription
Description
At this moment, in Keycloak, there is support for additional datasources, but many items missing. The additional datasources might be useful in situations when users can specify where certain Keycloak entities are stored. It means like users are able to specify that they want to have users in different DB than clients, or persistent sessions. It might be good for persistent sessions as possibly different type of store can be used for this purposes.
In order to improve the additional datasources story, we need to add/improve:
- Keycloak properties (CLI, conf/properties files,...)
- Keycloak ENV handling (test: Provide test cases for datasources ENV vars handling #40760)
- Documentation and guides
- Quickstarts