Internal Auth Module
The internal auth module provides simple authentication. A token is set in the pubkeeper.conf
file and will be the all-access token for clients to connect with.
Configuration Options
In your pubkeeper.conf
under the auth
directive you must specify the provider and token
provider
—pubkeeper.server.core.auth.internal.InternalAuthProvider
token
—Token to authenticate. This is the only token that the Pubkeeper server will accept and it has all rights on all topics.