Initial OpenBao deployment setup
This commit is contained in:
32
README.md
Normal file
32
README.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# OpenBao Deployment
|
||||
|
||||
OpenBao is an open-source secrets manager forked from HashiCorp Vault.
|
||||
|
||||
## Variables
|
||||
|
||||
### Docker Settings
|
||||
|
||||
- `IMAGE`: Docker image (default: `ghcr.io/openbao/openbao`).
|
||||
- `VERSION`: Image tag (required, no default).
|
||||
- `NAME`: Container name (default: `openbao`).
|
||||
|
||||
### Volumes
|
||||
|
||||
- `DATA`: Path to the data directory on the host (required, no default).
|
||||
- `CONFIG`: Path to the configuration directory on the host (required, no
|
||||
default).
|
||||
- `LOGS`: Path to the logs directory on the host (required, no default).
|
||||
|
||||
### Network
|
||||
|
||||
- `ENDPOINT`: Address and port binding (default: `127.0.0.1:8200`).
|
||||
- `PORT`: Internal listening port (default: `8200`).
|
||||
|
||||
### Other Settings
|
||||
|
||||
- `LOGLEVEL`: Logging level (default: `info`).
|
||||
|
||||
## License
|
||||
|
||||
This project is released under the 0BSD license, which allows for unrestricted
|
||||
use, modification, and distribution.
|
||||
Reference in New Issue
Block a user