Skip to content

Releases: redbase-app/redb-identity

redb.Identity 1.2.1

Choose a tag to compare

@reliktbk reliktbk released this 14 Jul 21:47

redb.Identity 1.2.1

OIDC/OAuth2 identity server that runs as Tsak modules on the redb.Tsak Worker runtime.

Images

no images this release

Pull example:

docker pull ghcr.io/redbase-app/redb-identity-backend:1.2.1   # OIDC backend (Tsak Worker + Identity modules)
docker pull ghcr.io/redbase-app/redb-identity-managed:1.2.1    # + Tsak dashboard
docker pull ghcr.io/redbase-app/redb-identity-full:1.2.1        # + Identity BFF (login/admin)
docker pull ghcr.io/redbase-app/redb-identity-web:1.2.1          # BFF only

Archives

  • redb-identity-1.2.1-linux-x64.tar.gz sha256:17dc3cd5dbcf4ba11390b05ddbc277cd28f4667fa0a7c9767b31f741c0bb6f7d
  • redb-identity-1.2.1-win-x64.zip sha256:749f5b5ee7e20698a79bbbeedbb77f6037c1bb16a2d49280d5385cad7dd9cfa7

Verifying signatures

All images and archives are signed with cosign. Public key: keys/cosign.pub.

cosign verify --key cosign.pub ghcr.io/redbase-app/redb-identity-backend:1.2.1
cosign verify-blob --key cosign.pub --bundle redb-identity-1.2.1-linux-x64.tar.gz.bundle redb-identity-1.2.1-linux-x64.tar.gz

See publish/README.md for deployment.

redb.Identity 1.2.0

Choose a tag to compare

@reliktbk reliktbk released this 13 Jul 23:33

redb.Identity 1.2.0

OIDC/OAuth2 identity server that runs as Tsak modules on the redb.Tsak Worker runtime.

Images

  • ghcr.io/redbase-app/redb-identity-backend:1.2.0-net9
  • ghcr.io/redbase-app/redb-identity-backend:1.2.0
  • ghcr.io/redbase-app/redb-identity-backend:latest
  • ghcr.io/redbase-app/redb-identity-managed:1.2.0-net9
  • ghcr.io/redbase-app/redb-identity-managed:1.2.0
  • ghcr.io/redbase-app/redb-identity-managed:latest
  • ghcr.io/redbase-app/redb-identity-full:1.2.0-net9
  • ghcr.io/redbase-app/redb-identity-full:1.2.0
  • ghcr.io/redbase-app/redb-identity-full:latest
  • ghcr.io/redbase-app/redb-identity-web:1.2.0-net9
  • ghcr.io/redbase-app/redb-identity-web:1.2.0
  • ghcr.io/redbase-app/redb-identity-web:latest

Pull example:

docker pull ghcr.io/redbase-app/redb-identity-backend:1.2.0   # OIDC backend (Tsak Worker + Identity modules)
docker pull ghcr.io/redbase-app/redb-identity-managed:1.2.0    # + Tsak dashboard
docker pull ghcr.io/redbase-app/redb-identity-full:1.2.0        # + Identity BFF (login/admin)
docker pull ghcr.io/redbase-app/redb-identity-web:1.2.0          # BFF only

Archives

  • redb-identity-1.2.0-linux-x64.tar.gz sha256:df4c8529a622a962167c177119b3eacbe1e57f078113e44d956abceffe94c759
  • redb-identity-1.2.0-win-x64.zip sha256:20d940d3c4aaff0cd8b0f1015c865b015f0703056389703e22ba334ac12f8d39

Verifying signatures

All images and archives are signed with cosign. Public key: keys/cosign.pub.

cosign verify --key cosign.pub ghcr.io/redbase-app/redb-identity-backend:1.2.0
cosign verify-blob --key cosign.pub --bundle redb-identity-1.2.0-linux-x64.tar.gz.bundle redb-identity-1.2.0-linux-x64.tar.gz

See publish/README.md for deployment.

redb.Identity 1.1.0

Choose a tag to compare

@reliktbk reliktbk released this 12 Jul 19:06

redb.Identity 1.1.0

OIDC/OAuth2 identity server that runs as Tsak modules on the redb.Tsak Worker runtime.

Images

no images this release

Pull example:

docker pull ghcr.io/redbase-app/redb-identity-backend:1.1.0   # OIDC backend (Tsak Worker + Identity modules)
docker pull ghcr.io/redbase-app/redb-identity-managed:1.1.0    # + Tsak dashboard
docker pull ghcr.io/redbase-app/redb-identity-full:1.1.0        # + Identity BFF (login/admin)
docker pull ghcr.io/redbase-app/redb-identity-web:1.1.0          # BFF only

Archives

  • redb-identity-1.1.0-linux-x64.tar.gz sha256:df4a9fbdef765c2115fe6f42daab274be74c2141822ebbffcf467a1afb2a53bd
  • redb-identity-1.1.0-win-x64.zip sha256:c11b62ec08203eabd0bb123129adced4f8fb1e9c6ef6e6839f5bd1c62b2affa5

Verifying signatures

All images and archives are signed with cosign. Public key: keys/cosign.pub.

cosign verify --key cosign.pub ghcr.io/redbase-app/redb-identity-backend:1.1.0
cosign verify-blob --key cosign.pub --bundle redb-identity-1.1.0-linux-x64.tar.gz.bundle redb-identity-1.1.0-linux-x64.tar.gz

See publish/README.md for deployment.

v1.0.1

Choose a tag to compare

@reliktbk reliktbk released this 10 Jul 00:51

First public source release of redb.Identity.

Verified

  • Full cross-provider parity. The test suite (1768 tests) is green on
    all three redb storage providers — PostgreSQL, Microsoft SQL Server and
    SQLite — from one identical codebase: Passed: 1767, Skipped: 1, Failed: 0.
    The single skip is a known PostgreSQL-specific test-host teardown probe, not
    a product gap. The provider is chosen by the host worker; Identity references
    only the redb.Core OSS abstraction and never a concrete provider.

Changed

  • Public-repo framing (README). Documented the runnable demos/ suite and
    its demos/run_all.ps1 driver; listed the SQLite provider alongside
    PostgreSQL / MSSQL; reconciled the RFC catalogue against the source tree; and
    made the deployment story explicit up front — the engine ships as .tpkg
    packages for redb.Tsak, HTTP is
    merely the first transport facade, any in-process module can call Identity
    over direct-vm:// with zero network, and redb.Identity.Web is a reference
    BFF (Contracts + Client only, never Core/Http).
  • Publication tooling. scripts/publish-identity-public.ps1 prepares the
    public repo — copies the nine OSS source projects, the demo suite, the dev /
    build helper scripts and the full tests/ tree (all three test projects,
    so the 1767-passing multi-provider suite ships for the community to read and
    run), patches cross-repo redb.Core* / redb.* provider / redb.Route.* /
    redb.Tsak.* ProjectReferences to NuGet PackageReferences, strips the Pro
    redb.license and sanitises sample config, and excludes only doc/
    (internal notes). A Cyrillic guard blocks the push if any non-English text
    slips in.