IlyaSavich
IlyaSavich
The main problem is that when the method that I defined was not found in `crud => ['resources']` then HasPermission seeks through `restful`, but I don't need that. I tried...
Method `hasRole()` checks over `slug`, but not over `id`. You need pass in this method `slug` or override this method
Yes, I think, but I'm understanding how to update the package to apply this changes ? What version ?
ok, thanks ) 2016-11-25 19:36 GMT+03:00 Quentin Pétel : > My commits have not been merged yet. You could use my fork : > https://github.com/QuentinPetel/laravel-acl > > ex with composer...
it looks like in you environment (container, vm, local machine) something goes wrong with environment, probably you've refreshed passphrase in env file, but it wasn't refreshed in machine. Faced with...
@Rugvip @tudi2d what do you think ?
the problem is it fails not on external call, but when tries to get catalog entity after successful auth in okta, so it fails on inter-module communication
nope, auth plugin makes request to catalog plugin
I see it fails on `CatalogAuthResolverContext.ts` when tries to get catalog entities `await this.catalogApi.getEntityByRef(entityRef, { token });`
What do you mean by upgrading plugin to the newest version ? if backstage deps then yes I migrated backend to the new backend system, but some internal plugins are...