adfinis / timed

Monorepo for the Timed time-tracking application
GNU Affero General Public License v3.0
6 stars 5 forks source link

[RFD]: Move permissions to keycloak #218

Open c0rydoras opened 4 months ago

c0rydoras commented 4 months ago

Your proposed enhancement

Currently permissions are managed by django, i would like to move all permission things to keycloak (e.g. with groups) and have it as the single source of truth.

Examples:

I'm unsure how possible this is, please comment on it :)

Enhancement Impact

Keycloak becomes single source of truth for permissions

Additional context

No response

Required