Skip to content

refactor: move DB interactions from `internal/authz` to `db` package

Administrator requested to merge jc/authz-move-to-db-package into master

Created by: unknwon

This PR moves code for DB interactions from enterprise/cmd/frontend/internal/authz to enterprise/cmd/frontend/db package.

  • Renamed Store to PermsStore to be more explicit in the db package.

Stacked on #7911.

Merge request reports

Loading