Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Currently, super users are specified in csv as the following.
super.users=User:Bob,User:Alice
However, if a super user is based on ssl peer principal, it may have comma in the user name like the following.
CN=writeuser,OU=Unknown,O=Unknown,L=Unknown,ST=Unknown,C=Unknown
Then, we won't be able to parse the value properly.