PhilanthropyDataCommons / service

A project for collecting and serving public information associated with grant applications
GNU Affero General Public License v3.0
8 stars 2 forks source link

Document `pdc-admin` group Keycloak privileges #958

Closed bickelj closed 4 months ago

bickelj commented 4 months ago

The ability to edit users without having full Keycloak administrative privileges can be granted to the pdc-admin group as documented in this commit.

Issue #959 Let certain PDC users edit PDC users

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 88.22%. Comparing base (06533b2) to head (dd4e25f). Report is 6 commits behind head on main.

:exclamation: Current head dd4e25f differs from pull request most recent head b6fc488. Consider uploading reports for the commit b6fc488 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #958 +/- ## ======================================= Coverage 88.22% 88.22% ======================================= Files 123 123 Lines 1707 1707 Branches 210 210 ======================================= Hits 1506 1506 Misses 201 201 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

bickelj commented 4 months ago

dd4e25f rebased on main. I re-added the view-users, query-users, manage-users roles for the realm-management client in the PDC realm in production. Again, always up for future improvement/review.