Files
michel-thebeau-WR bc138e563c openbao-monitor: align the log levels with helm chart
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>
2025-08-15 12:51:12 +00:00
..
2025-07-24 20:13:01 +00:00
2025-08-05 18:00:36 +00:00
2025-07-24 20:13:01 +00:00
2025-07-24 20:13:01 +00:00
2025-07-24 20:13:01 +00:00
2025-07-24 20:13:01 +00:00
2025-07-24 20:13:01 +00:00

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.