Skip to content

Commit

Permalink
refactor($ApiGateway): update WebFlux configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnny Miller (锺俊) committed Jan 13, 2021
1 parent e584d88 commit a2a183e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public PasswordEncoder passwordEncoder() {

@Bean
public ReactiveAuthorizationManager<AuthorizationContext> reactiveAuthorizationManager() {
return new RbacReactiveAuthorizationManagerImpl(mafConfiguration);
return new RbacReactiveAuthorizationManagerImpl();
}

@Bean
Expand Down

0 comments on commit a2a183e

Please sign in to comment.