这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: openbao/openbao

Tags

sdk/v2.3.0

Toggle sdk/v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update to go-kms-wrapping/v2.4.0 (#1370)

Signed-off-by: Alexander Scheel <ascheel@gitlab.com>

api/v2.3.0

Toggle api/v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Track lock in namespace entry directly (#1367)

* Track lock in namespace entry directly

This moves the lock to the existing namespace entry, removing the need
to track another separate storage entry. We hide the unlock key from
callers to the namespace store, exposing only the boolean locked status.

Signed-off-by: Alexander Scheel <ascheel@gitlab.com>

* Update vault/namespace_store.go

Co-authored-by: wslabosz-reply <w.slabosz@reply.com>
Signed-off-by: Alexander Scheel <alexander.m.scheel@gmail.com>

* Refactor to prevent accidental unlock key leakage

Signed-off-by: Alexander Scheel <ascheel@gitlab.com>

---------

Signed-off-by: Alexander Scheel <ascheel@gitlab.com>
Signed-off-by: Alexander Scheel <alexander.m.scheel@gmail.com>
Co-authored-by: wslabosz-reply <w.slabosz@reply.com>

api/auth/userpass/v2.3.0

Toggle api/auth/userpass/v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Track lock in namespace entry directly (#1367)

* Track lock in namespace entry directly

This moves the lock to the existing namespace entry, removing the need
to track another separate storage entry. We hide the unlock key from
callers to the namespace store, exposing only the boolean locked status.

Signed-off-by: Alexander Scheel <ascheel@gitlab.com>

* Update vault/namespace_store.go

Co-authored-by: wslabosz-reply <w.slabosz@reply.com>
Signed-off-by: Alexander Scheel <alexander.m.scheel@gmail.com>

* Refactor to prevent accidental unlock key leakage

Signed-off-by: Alexander Scheel <ascheel@gitlab.com>

---------

Signed-off-by: Alexander Scheel <ascheel@gitlab.com>
Signed-off-by: Alexander Scheel <alexander.m.scheel@gmail.com>
Co-authored-by: wslabosz-reply <w.slabosz@reply.com>

api/auth/ldap/v2.3.0

Toggle api/auth/ldap/v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Track lock in namespace entry directly (#1367)

* Track lock in namespace entry directly

This moves the lock to the existing namespace entry, removing the need
to track another separate storage entry. We hide the unlock key from
callers to the namespace store, exposing only the boolean locked status.

Signed-off-by: Alexander Scheel <ascheel@gitlab.com>

* Update vault/namespace_store.go

Co-authored-by: wslabosz-reply <w.slabosz@reply.com>
Signed-off-by: Alexander Scheel <alexander.m.scheel@gmail.com>

* Refactor to prevent accidental unlock key leakage

Signed-off-by: Alexander Scheel <ascheel@gitlab.com>

---------

Signed-off-by: Alexander Scheel <ascheel@gitlab.com>
Signed-off-by: Alexander Scheel <alexander.m.scheel@gmail.com>
Co-authored-by: wslabosz-reply <w.slabosz@reply.com>

api/auth/kubernetes/v2.3.0

Toggle api/auth/kubernetes/v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Track lock in namespace entry directly (#1367)

* Track lock in namespace entry directly

This moves the lock to the existing namespace entry, removing the need
to track another separate storage entry. We hide the unlock key from
callers to the namespace store, exposing only the boolean locked status.

Signed-off-by: Alexander Scheel <ascheel@gitlab.com>

* Update vault/namespace_store.go

Co-authored-by: wslabosz-reply <w.slabosz@reply.com>
Signed-off-by: Alexander Scheel <alexander.m.scheel@gmail.com>

* Refactor to prevent accidental unlock key leakage

Signed-off-by: Alexander Scheel <ascheel@gitlab.com>

---------

Signed-off-by: Alexander Scheel <ascheel@gitlab.com>
Signed-off-by: Alexander Scheel <alexander.m.scheel@gmail.com>
Co-authored-by: wslabosz-reply <w.slabosz@reply.com>

api/auth/approle/v2.3.0

Toggle api/auth/approle/v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Track lock in namespace entry directly (#1367)

* Track lock in namespace entry directly

This moves the lock to the existing namespace entry, removing the need
to track another separate storage entry. We hide the unlock key from
callers to the namespace store, exposing only the boolean locked status.

Signed-off-by: Alexander Scheel <ascheel@gitlab.com>

* Update vault/namespace_store.go

Co-authored-by: wslabosz-reply <w.slabosz@reply.com>
Signed-off-by: Alexander Scheel <alexander.m.scheel@gmail.com>

* Refactor to prevent accidental unlock key leakage

Signed-off-by: Alexander Scheel <ascheel@gitlab.com>

---------

Signed-off-by: Alexander Scheel <ascheel@gitlab.com>
Signed-off-by: Alexander Scheel <alexander.m.scheel@gmail.com>
Co-authored-by: wslabosz-reply <w.slabosz@reply.com>

namespaces-branch-before-merge

Toggle namespaces-branch-before-merge's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Namespaces: Test flake, deadlock, race condition cleanup (#1311)

* namespace deletion: avoid outdated reads

Signed-off-by: Jonas Köhnen <jonas.koehnen@sap.com>

* expiration manager: fix deadlock on seal

Signed-off-by: Jonas Köhnen <jonas.koehnen@sap.com>

* token store: wait for tidy before teardown

Signed-off-by: Jonas Köhnen <jonas.koehnen@sap.com>

---------

Signed-off-by: Jonas Köhnen <jonas.koehnen@sap.com>

dev-namespaces-tip-20250424

Toggle dev-namespaces-tip-20250424's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Implement Cascading Delete for Namespaces and Associated Resources (#…

…1206)

* feat(wip): initial pass at namespace deletion

Signed-off-by: Wojciech Slabosz <wojciech.slabosz@sap.com>

* feat: added tainted field to the namespace

Signed-off-by: Wojciech Slabosz <wojciech.slabosz@sap.com>

* test: logical_system_namespaces adjusted

Signed-off-by: Wojciech Slabosz <wojciech.slabosz@sap.com>

* test: tweaks to delete namespace operation

Signed-off-by: Wojciech Slabosz <wojciech.slabosz@sap.com>

* refactor: grabbing a lock before modifyingthe namespace tree

Signed-off-by: Wojciech Slabosz <wojciech.slabosz@sap.com>

* refactor: deletion operation is not request-blocking

Signed-off-by: Wojciech Slabosz <wojciech.slabosz@sap.com>

* fix: namespace create no longer overwriting tainted namespace

Signed-off-by: Wojciech Slabosz <wojciech.slabosz@sap.com>

* refactor: use internal unmount and disable credential

Signed-off-by: Wojciech Slabosz <wojciech.slabosz@sap.com>

* fix: fixed delete namespace test with proper root namespace uuid

Signed-off-by: Wojciech Slabosz <wojciech.slabosz@sap.com>

* fix: additional test fixing and adjustments

Signed-off-by: Wojciech Slabosz <wojciech.slabosz@sap.com>

* cr: persist tainted status

Signed-off-by: Wojciech Slabosz <wojciech.slabosz@sap.com>

* test: tweaks to delete tests

Signed-off-by: Wojciech Slabosz <wojciech.slabosz@sap.com>

* test: fix race condition in fuzz namespace name

Signed-off-by: Wojciech Slabosz <wojciech.slabosz@sap.com>

* refactor: interrupted deletion handled

Signed-off-by: Wojciech Slabosz <wojciech.slabosz@sap.com>

---------

Signed-off-by: Wojciech Slabosz <wojciech.slabosz@sap.com>

dev-namespaces-base-20250424

Toggle dev-namespaces-base-20250424's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix make goreleaser-check after split (#1257)

After splitting the goreleaser template into separate files, we needed
to update the Makefile so that release verification could proceed.

Signed-off-by: Alexander Scheel <ascheel@gitlab.com>

v2.2.1

Toggle v2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release v2.2.1 (#1255)

Signed-off-by: Alexander Scheel <ascheel@gitlab.com>