moresandeep commented on code in PR #999: URL: https://github.com/apache/knox/pull/999#discussion_r1975842988
########## gateway-provider-security-authc-remote/src/main/java/org/apache/knox/gateway/filter/RemoteAuthFilter.java: ########## @@ -70,8 +71,11 @@ public class RemoteAuthFilter implements Filter { private static final String CONFIG_USER_HEADER = "remote.auth.user.header"; private static final String CONFIG_GROUP_HEADER = "remote.auth.group.header"; private static final String DEFAULT_CONFIG_USER_HEADER = "X-Knox-Actor-ID"; - private static final String DEFAULT_CONFIG_GROUP_HEADER = "X-Knox-Actor-Groups-*"; + private static final String DEFAULT_CONFIG_GROUP_HEADER = "X-Knox-Actor-Groups-1"; Review Comment: Shouldn't this property `X-Knox-Actor-Groups-*` ? -- 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: dev-unsubscr...@knox.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org