Lockbox is a secure API key management system designed to allow API key authentication for Rest APIs.
Note: The versioning of this project is currently in early development, and breaking changes may occur inbetween minor versions until a stable 1.0.0 release is made. Please carefully review when upgrading to ensure compatibility with your existing setup.
To run Lockbox using Docker, execute the following command:
docker run -p 8087:8087 ghcr.io/wizrds/lockbox:0.3.2 serve --migrationsTo install Lockbox using Helm, you can use the following command:
helm upgrade --install lockbox oci://ghcr.io/wizrds/lockbox/charts/lockbox --version 0.3.2For the available values please refer to the values.yaml file.
For API reference, visit the API Documentation once the container is running.
There are SDKs available for Lockbox in the following languages:
This project is licensed under ISC License.
If you encounter any issues or have feedback, please open an issue.
Made with ❤️ by Tim Pogue