moresandeep commented on code in PR #579: URL: https://github.com/apache/knox/pull/579#discussion_r878432317
########## gateway-provider-identity-assertion-common/src/main/java/org/apache/knox/gateway/identityasserter/common/filter/CommonIdentityAssertionFilter.java: ########## @@ -55,9 +56,16 @@ public class CommonIdentityAssertionFilter extends AbstractIdentityAssertionFilt public static final String GROUP_PRINCIPAL_MAPPING = "group.principal.mapping"; public static final String PRINCIPAL_MAPPING = "principal.mapping"; + /* Service specific impersonation params that needs to be scrubbed */ + public static final String IMPERSONATION_PARAMS = "impersonation.params"; Review Comment: I see, I will change it, thanks! -- 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