Skip to content

Commit

Permalink
Update ConfigResourceImpl.java
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWittmann authored Jul 16, 2024
1 parent e9b72e8 commit 5a686d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ private <X extends Exception> void updateCompatibilityLevel(CompatibilityLevelDt
}

@Override
@Authorized(style = AuthorizedStyle.None, level = AuthorizedLevel.Admin)
@Authorized(style = AuthorizedStyle.None, level = AuthorizedLevel.Read)
public CompatibilityLevelParamDto getGlobalCompatibilityLevel() {
return getCompatibilityLevel(() -> storage.getGlobalRule(RuleType.COMPATIBILITY).getConfiguration());
}
Expand Down

0 comments on commit 5a686d6

Please sign in to comment.