uselagoon / lagoon

Lagoon, the developer-focused application delivery platform
https://docs.lagoon.sh/
Apache License 2.0
552 stars 149 forks source link

refactor: store project-group association in api instead of keycloak #3612

Closed shreddedbacon closed 4 months ago

shreddedbacon commented 7 months ago

General Checklist

Database Migrations

This changes the way that project ids are stored against groups. It currently retains the function of adding the attributes in keycloak still for backwards compatibility with tools that use these attributes, but with a plan to remove this functionality once the other tools can be updated to use the project ids from the api-db.

The big changes are

Considerations