[go: up one dir, main page]

Skip to content
/ bedel Public

bedel is a tool designed to address a specific challenge with Redis: synchronizing users generated outside of the configuration file

License

Notifications You must be signed in to change notification settings

ncode/bedel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bedel

Go Go Report Card codecov License

bedel is a tool designed to address a specific challenge with Redis: synchronizing users generated outside of the configuration file, such as through the Vault database backend. This utility ensures that Redis acls are up-to-date and consistent across all nodes. More info here.

Features

  • Synchronize Redis users created outside the traditional config file.
  • Integration with Vault database backend for user management.
  • Automated and consistent user synchronization.
  • Easy to deploy and integrate within existing Redis setups.

Getting Started

These instructions will guide you through getting a copy of bedel up and running on your system for development and testing purposes.

Prerequisites

  • Redis server setup.
  • Access to Vault database backend (if using Vault for user generation).
  • Go environment for development.

Installing

Follow these steps to get a development environment running:

  1. Clone the repository:
$ git clone https://github.com/ncode/bedel.git
$ cd bedel
$ go build

Running the Tests

To run the automated tests for this system, use the following command:

$ go test ./...

About

bedel is a tool designed to address a specific challenge with Redis: synchronizing users generated outside of the configuration file

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages