ncode / bedel

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:Go 96.0%Language:Shell 3.0%Language:Makefile 0.8%Language:Dockerfile 0.1%