
The helm chart uses numeric values representing the following log levels: DEBUG, INFO, WARNING, ERROR and FATAL Update the validation to accept numeric levels, and interpet 5 (FATAL) as ERROR. Test Plan: PASS test valid/invalid loglevels, numeric bounds Change-Id: Ifbebe30e487f30ba11ada398056252e80a07ba94 Signed-off-by: Michel Thebeau <Michel.Thebeau@windriver.com>
openbao-manager-go
Golang code for the OpenBao Manager
Manager is a Kubernetes pod or host service that performs the following actions:
- Discover OpenBao servers
- Initialize the OpenBao cluster, raft backend
- Store and retrieve token and shards
- Add/remove OpenBao servers from the raft
- Unseal OpenBao servers
OpenBao is an open source, community-driven fork of Vault managed by the Linux Foundation. OpenBao Manager is a StarlingX project.
Project Status
Concept and early development
The openbao-manager-go repo is a pre-alpha status project.