Skip to content

uowits/herbert-user-auth-writer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(Herbert) User-auth-writer

This project is responsible for logging user-auth messages into the MongoDB data store. It logs both the current user_ip IP to User mapping as well as a historical table that gets kept for a year

Requirements

Configuration

The Configuration required is as simple as follows. It will try and open config.txt in the working directory

config.txt


amqp_server: RabbitMQ Server
amqp_exchange: RabbitMQ User Reg exchange (probably user_auth)
amqp_queue: RabbitMQ Queue to use for Processing the user-auth registration (probably herbert_auth_log)

mongodb_server: MongoDB Cluster (probably mongo.its.uow.edu.au)
mongodb_database: MongoDB Database (probably herbert)
mongodb_auth_log_collection: MongoDB User Database (probably auth_log)
mongodb_username: MongoDB Username
mongodb_password: MongoDB Password

About

Utility to write User-Auth messages to the database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published