We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abf23a6 commit 34c9bedCopy full SHA for 34c9bed
services-api/src/main/java/io/scalecube/services/RequestContext.java
@@ -311,8 +311,8 @@ public static Mono<RequestContext> deferSecured() {
311
LOGGER.warn(
312
"Insufficient permissions for secured method ({}) -- "
313
+ "request context ({}) does not have principal",
314
- context,
315
- context.methodInfo());
+ context.methodInfo(),
+ context);
316
throw new ForbiddenException("Insufficient permissions");
317
}
318
0 commit comments