# This file defines users passwords and roles for a HashUserRealm
# <username>: <password>[,<rolename> ...]
# Passwords may be clear text, obfuscated or checksummed. The class
# org.eclipse.jetty.util.security.Password should be used to generate obfuscated
# passwords or password checksums
# If DIGEST Authentication is used, the password must be in a recoverable
# format, either plain text or OBF:.
# Credentials are jetty/jetty, admin/admin, other/other, plain/plain,
# user/password, and digest/digest
jetty: MD5:164c88b302622e17050af52c89945d44,kafka-users
admin: CRYPT:adpexzg3FUZAk,kafka-admins
other: OBF:1xmk1w261u9r1w1c1xmq,kafka-admins,kafka-users
plain: plain,content-administrators
user: password,kafka-users
# This entry is for digest auth. The credential is a MD5 hash of
# username:realmname:password
digest: MD5:6e120743ad67abfbc385bc2bb754e297,kafka-users