abpframework / eShopOnAbp

Reference microservice solution built with the ABP Framework and .NET, runs on Kubernetes with Helm configuration, includes API Gateways, Angular and ASP.NET Core MVC applications, PostgreSQL and MongoDB databases
https://www.eShopOnAbp.com/
MIT License
694 stars 272 forks source link

fix identity-serive throw error: AbpPermissionGroups not exist #161

Closed chimeramvp closed 1 year ago

chimeramvp commented 1 year ago

after execute run-typ.ps1, the service of identity throw a exception:relation "AbpPermissionGroups" does not exist. I fixed. share for you. Hope helps.

gterdem commented 1 year ago

@chimeramvp

I have reviewed your PR.

This is an approach to decide allowing all the microservices to keep their own permissions. If we choose to do so, we need to apply it to each microservice to keep their own permissions in their own datastores.

Or, with newly intorduced dynamic permission system, we can just let AdministrationService handle this and keep them in a more centralized manner to make it easier to cache and mostly for showing the permission list page.

I will close this PR and update the AdministrationService as soon as possible.

Please don't hesitate to discuss.

jboy-flaga commented 1 year ago

Hi @gterdem , I am encountering this error. May I ask how to fix it? Thanks