Kimahriman commented on a change in pull request #4059:
URL: https://github.com/apache/zeppelin/pull/4059#discussion_r579826527
##########
File path: conf/shiro.ini.template
##########
@@ -66,8 +66,6 @@ user3 = password4, role2
#knoxJwtRealm.cookieName = hadoop-jwt
#knoxJwtRealm.publicKeyPath = /etc/zeppelin/conf/knox-sso.pem
#
-#knoxJwtRealm.groupPrincipalMapping = group.principal.mapping
-#knoxJwtRealm.principalMapping = principal.mapping
Review comment:
In addition to being unused, this default config throws an error, as
these are expected to be strings of the format
`<user1>=<mappeduser1>;<user2>=<mappeduser2>`
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]