OpenBao Rust Crate 0.10.0 #12
Closed
eldryoth
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
openbao 0.10.0 Release Notes
Status: in development.
Readiness: implementation complete locally; ready for external pentest and CI
validation.
Summary
0.10.0is the Identity and auth completion line. The current slices add typedIdentity OIDC token/provider administration, Identity MFA management, and the
system MFA validation step while preserving the crate's secret-handling rules:
generated ID tokens, token introspection inputs, MFA provider credentials, TOTP
QR/URL outputs, MFA passcodes, returned client tokens, and accessors use
SecretString, debug output is redacted, and list-like responses remainbounded.
Added
destroy helpers.
/sys/mfa/validatehelper for completing MFA-enforced login flows.Security Notes
SecretString.request body.
SecretStringand redacted fromDebug.and generated TOTP QR/URL outputs are stored as
SecretStringand redactedfrom
Debug.stored as
SecretStringand redacted fromDebug.deserialization.
deserialization, and oversized JWKS key lists now fail without draining the
full sequence.
parsing or converting the first oversized entry.
ACL policy string generation escapes HCL template interpolation starts.
ensure_*operations require external serialization when concurrent runners target the
same cluster.
Release Readiness
v0.10.0.This discussion was created from the release OpenBao Rust Crate 0.10.0.
Beta Was this translation helpful? Give feedback.
All reactions