Lockbox is a secure API key management system designed to allow API key authentication for Rest APIs.
To run Lockbox using Docker, execute the following command:
docker run -p 8087:8087 ghcr.io/wizrds/lockbox:0.2.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.2.2For the available values please refer to the values.yaml file.
For API reference, visit the API Documentation once the container is running.
This project is licensed under ISC License.
If you encounter any issues or have feedback, please open an issue.
Made with ❤️ by Tim Pogue