Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-5714

Allow whitespaces in the principal name

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.10.2.1
    • None
    • security
    • None

    Description

      Request
      Improve parser behavior to allow whitespaces in the principal name in the config file, as in:

      super.users=User:CN=Unknown, OU=Unknown, O=Unknown, L=Unknown, ST=Unknown, C=Unknown
      

      Background
      Current implementation requires that there are no whitespaces after commas, i.e.

      super.users=User:CN=Unknown,OU=Unknown,O=Unknown,L=Unknown,ST=Unknown,C=Unknown
      

      Note: having a semicolon at the end doesn't help, i.e. this does not work either

      super.users=User:CN=Unknown, OU=Unknown, O=Unknown, L=Unknown, ST=Unknown, C=Unknown;
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            alla@confluent.io Alla Tumarkin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: