aiondemand/AIOD-rest-api

Look into storing users separately in keycloak backup

Open

#304 opened on May 3, 2024

 (5 comments) (0 reactions) (0 assignees)Python (77 forks)auto 404
good first issue

Repository metrics

Stars
 (35 stars)
PR merge metrics
 (PR metrics pending)

Description

Currently keycloak configuration and users are backed up in the same file. I think it would be better to back them up separately. We want to be able to share configurations without sharing users. Or roll back either independently.

There is a function for that, but we are not yet sure how to recover the users after a backup. Would be worth looking into and changing the script accordingly.

Original discussion https://github.com/aiondemand/AIOD-rest-api/pull/286#discussion_r1575848093

Contributor guide