vidakovic commented on code in PR #5262:
URL: https://github.com/apache/fineract/pull/5262#discussion_r2829083430
##########
fineract-provider/src/main/java/org/apache/fineract/infrastructure/core/config/SecurityConfig.java:
##########
@@ -158,6 +160,143 @@ public SecurityFilterChain filterChain(HttpSecurity http)
throws Exception {
.hasAnyAuthority(ALL_FUNCTIONS, ALL_FUNCTIONS_READ,
"READ_CURRENCY")
.requestMatchers(API_MATCHER.matcher(HttpMethod.POST,
"/api/*/currencies"))
.hasAnyAuthority(ALL_FUNCTIONS, ALL_FUNCTIONS_WRITE,
"UPDATE_CURRENCY")
+ // notes: read
Review Comment:
Looks like you didn't squash your PR into 1 commit
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]