OpenBao v2.6.2

v2.6.2
Fixed 11
  • Fix file sink chown failing unconditionally on Windows
  • Prevent recovered panic in request handler due to uncanceled active context between initialization and standby/active enablement
  • Propagate requests with wrap info to the active node
  • Write OIDC default keys into per-namespace storage
  • Fix fatal failures writing default OIDC keys on standby nodes during namespace creation
  • Propagate delete and write requests to the active node
Security 2
  • Ensure internal operation types cannot be dispatched from inline authentication and workflows, preventing token creation
  • Also enforce allowed_ip_sans_cidr on IP SANs from CSRs

From OpenBao

SECURITY
  • core: Ensure internal operation types cannot be dispatched from inline authentication and workflows, preventing token creation. GHSA-rh46-vc3j-w2w3. [GH-3831]
  • secrets/pki: Also enforce allowed_ip_sans_cidr on IP SANs from CSRs. GHSA-g892-p242-8g86. [GH-3833]
BUG FIXES
  • command/agent: Fix file sink chown failing unconditionally on Windows. [GH-3733]
  • core: Prevent recovered panic in request handler due to uncanceled active context between initialization and standby/active enablement. [GH-3623]
  • core: Propagate requests with wrap info to the active node. [GH-3790]
  • core/identity: Write OIDC default keys into per-namespace storage. [GH-3662]
  • core/namespaces: Fix fatal failures writing default OIDC keys on standby nodes during namespace creation. [GH-3662]
  • sys/raw: Propagate delete and write requests to the active node. [GH-3766]
  • sys/leases: Propagate renew, revoke and revoke-prefix requests to the active node by default. [GH-3766]
  • sys/quotas: Fix broken enable_rate_limit_audit_logging option. [GH-3673]
  • sys/workflows: Allow unauthenticated workflow execution without authentication. [GH-3785]
  • audit/http: Fix error wrapping in header parsing so the underlying cause is not lost. [GH-3746]
  • ui: Fix client-side validation for auth/userpass user creation. [GH-3625]

Full Changelog: https://github.com/openbao/openbao/compare/v2.6.1...v2.6.2

View original

Upgraded? How did it go?

Discussion