jdaugherty commented on code in PR #15814:
URL: https://github.com/apache/grails-core/pull/15814#discussion_r3554506780
##########
grails-forge/grails-forge-analytics-postgres/src/main/java/org/grails/forge/analytics/postgres/AnalyticsController.java:
##########
@@ -47,26 +49,31 @@ public AnalyticsController(
}
@Get("/top/features")
+ @Secured(SecurityRule.IS_ANONYMOUS)
Review Comment:
@jamesfredley isn't the point of this to ensure we're authenticated?
Shouldn't all of these IS_ANONYMOUS be removed for the analytics endpoint?
--
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]