Skip to content

Commit

Permalink
fix(config): fixes config key in DataHubAuthorizerFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
sgomezvillamor authored Jul 11, 2022
1 parent 5bb7fe3 commit 419ac8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class DataHubAuthorizerFactory {
@Value("${authorization.defaultAuthorizer.cacheRefreshIntervalSecs}")
private Integer policyCacheRefreshIntervalSeconds;

@Value("${authorization.defaultAuthorizer..enabled:true}")
@Value("${authorization.defaultAuthorizer.enabled:true}")
private Boolean policiesEnabled;

@Bean(name = "dataHubAuthorizer")
Expand Down

0 comments on commit 419ac8a

Please sign in to comment.