Skip to content

This neat utility helps to manage the credential file of the File Authentication Plugin. For example it can add, update and remove users using all properties from the fileAuthConfiguration.properties

License

Notifications You must be signed in to change notification settings

hivemq/file-auth-plugin-utility

Repository files navigation

File Authentication Plugin Utility

Build jar file

  • mvn package

  • Done! Jar file can be found in target folder.

Usage

  1. Make sure the fileAuthConfiguration.properties have your desired settings .

  2. Remove the provided credentials.properties

  3. Start utility on a Linux or OS/X based system with: java -jar file-authentication-plugin-utility-1.1.jar

  4. Configure the utility with: configure --file path/to/fileAuthConfiguration.properties

  5. Create as many user as you need with: addUser --username <USERNAME> --password <PASSWORD>

  6. Show all user: listUsers

  7. Done!

Caution
The utility does not support Windows. credentials.properties file must be created on Linux or OS/X

Contributing

If you want to contribute to HiveMQ File Authentication Plugin Utility, see the contribution guidelines.

License

HiveMQ File Authentication Plugin Utility is licensed under the APACHE LICENSE, VERSION 2.0. A copy of the license can be found here.

About

This neat utility helps to manage the credential file of the File Authentication Plugin. For example it can add, update and remove users using all properties from the fileAuthConfiguration.properties

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

 
 
 

Languages