Skip to content

Tags: aserto-dev/topaz

Tags

v0.33.20

Toggle v0.33.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
opa@v1.20.2 (#758)

Update external dependencies:
* OPA to version v1.20.2
* lestrrat-go/jwx/v4 to version v4.5.0

v0.33.19

Toggle v0.33.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore/golang 1.27.1 (#756)

* upd to golang v1.27.1
* go fix update
* upd `.goreleaser*.yaml`  files, moving deprecated docker.retry section to the root.

v0.33.18

Toggle v0.33.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
upd azm to v0.2.25 (#754)

v0.33.17

Toggle v0.33.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update golang 1.26.7 & upd deps (#750)

Signed-off-by: Gert Drapers <1533850+gertd@users.noreply.github.com>

v0.33.16

Toggle v0.33.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
jwt resolver (#747)

* Update JWT config section, add config endpoints collection and timeouts.

* Remove the empty, unused `directory.txt` file

* Extract JWT resolver, separating resolve identity from resolve subject and fetching the user object.

* Extract gRPC common code from authz.go

* Rewire authorization service to use JWT resolver, which contains a JWKS cache when config endpoints are registered

* Remove existing JWT tests as the implementation require OIDC config endpoint which is currently not part of the test service.

* Remove the old JWT implementation

* Move identity resolution code from authz,go and the deleted jwt.go files.

* Set error on not OK

* Revert to AllowedIssuers, add ExpectedAudience

* Extract the OIDC client

* Refactor to use OidcClient, add config and JWT validation steps

* Explicitly add WithAudience when ExpectedAudience is set

* Add SECURE.md and enable reporting

* Add check unverifiedIssuer == ""

* Separate interactive JWTResolver debug tests

* Enable client injection for testing

* Port old jwt_test.go tests

* Fix review feedback

---------

Signed-off-by: Gert Drapers <1533850+gertd@users.noreply.github.com>

v0.33.15

Toggle v0.33.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update topaz config new (#742)

* Add aserto_edge plugin config doc

* Remove `aserto` related allowed_origins

* Partition template script

* Unify --force short to -f

v0.33.14

Toggle v0.33.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
runtime-v1.16.2 (#722)

Co-authored-by: Gert Drapers <1533850+gertd@users.noreply.github.com>

v0.33.13

Toggle v0.33.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix/rego query (#720)

* disable mig010

* rm PolicyInstance

* rm settings.json build flags

* Add ValidateQuery check to DecisionTree

* Add ValidateRule check to Is

* Update dependencies

v0.33.12

Toggle v0.33.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
upd README.md (#699)

v0.33.11

Toggle v0.33.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix/quarantine (#690)

Add homebrew post hook to quarantine binary on MacOS