Fredrik Hov

Results 9 comments of Fredrik Hov

I'm very sorry to necro this issue, but if you have any trouble with the FF17 cluster, please take a look at the zigbee implementation docs from Schneider, which details...

Is there any movement on this? @yinyic @sharanyad from the release of docker engine 25 they have deprecated older api versions, and you have to explicitly set an override in...

this should probably be close due to https://github.com/aws/containers-roadmap/issues/1437 and it being release in version 1.81.0 of the ecs-agent. We do however see issues with this, because of this issue that...

I've opened an issue over at the aws-sdk-v2-java repository asking for an upgrade of the apache httpclient to httpclient5 which should remedy this issue for good since httpclient5 is using...

I'd like to chime in here with the same answer I've given on #254. If you're not including roles in the claims, then you can use `micronaut.security.token.roles-name=scope` to remap the...

sorry to necro this issue. but it's possible to remap the `RolesFinder` to fetch the "roles" from the "scope" claim/attribute by using `micronaut.security.token.roles-name=scope` and then you can use `@Rolesallowed` annotation...

@graemerocher I've added an example in the original submisson, but for brewity here's the link https://github.com/frehov/micronaut-spring-failing-context-lookup-demo The code doing the lookup through context is in the `StartupListener` class, I've also...

This might be a suitable workaround until something else is implemented. solution in kotlin as this is something we have in our own codebase and working with the kotlin mockk...

@graemerocher, is it possible to solve this by adding an alias for `DefaultScope` or is that a too naive approach? Ideally it would inherit the scope from the original bean...