Skip to content

Commit

Permalink
ref #175
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Furer committed Oct 28, 2021
1 parent d40cd6c commit 0ffec28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ public int vote(Authentication authentication, MethodInvocation method, Collecti
return null==method.getArguments() ? ACCESS_ABSTAIN: super.vote(authentication, method, attributes);
}
}

));
accessDecisionManager.setAllowIfAllAbstainDecisions(true);

securityInterceptor.setAccessDecisionManager(accessDecisionManager);
final GRpcServerProperties.SecurityProperties.Auth authCfg = Optional.of(applicationContext.getBean(GRpcServerProperties.class))
Expand Down

0 comments on commit 0ffec28

Please sign in to comment.