keto icon indicating copy to clipboard operation
keto copied to clipboard

Open Source (Go) implementation of "Zanzibar: Google's Consistent, Global Authorization System". Ships gRPC, REST APIs, newSQL, and an easy and granular permission language. Supports ACL, RBAC, and ot...

Results 184 keto issues
Sort by recently updated
recently updated
newest added

Bumps [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.33.0 to 0.34.0. Release notes Sourced from go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc's releases. Release v1.9.0/v0.34.0/v0.4.0 Upgrades all go.opentelemetry.io/otel dependencies to v1.9.0. Added The TextMapPropagator function to go.opentelemetry.io/contrib/propagators/autoprop. This function is used...

dependencies

Bumps [github.com/tidwall/sjson](https://github.com/tidwall/sjson) from 1.2.4 to 1.2.5. Commits b279807 Fixed #61 133db28 Delete FUNDING.yml See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/tidwall/sjson&package-manager=go_modules&previous-version=1.2.4&new-version=1.2.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR...

dependencies

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.48.0 to 1.49.0. Release notes Sourced from google.golang.org/grpc's releases. Release 1.49.0 New Features gcp/observability: add support for Environment Variable GRPC_CONFIG_OBSERVABILITY_JSON (#5525) gcp/observability: add support for custom tags...

dependencies

Bumps [@grpc/grpc-js](https://github.com/grpc/grpc-node) from 1.6.8 to 1.6.11. Release notes Sourced from @​grpc/grpc-js's releases. @​grpc/grpc-js@​1.6.11 Fix handling of malformed status messages (#2210) @​grpc/grpc-js 1.6.10 Fix a memory leak of Node http2 stream...

dependencies

Bumps [github.com/go-openapi/errors](https://github.com/go-openapi/errors) from 0.20.2 to 0.20.3. Commits b16ed90 fix ci errors 685b4df Merge pull request #36 from sanjayjohn/35-yaml.v3-mod-update b5603f3 updating yaml.v3 mod to v3.0.1 See full diff in compare view...

dependencies
go

**Is your feature request related to a problem? Please describe.** Implementing RBAC currently is possible, but requires a lot of thought and workarounds. A current solution is described in https://gruchalski.com/posts/2021-05-15-rbac-with-ory-keto/...

feat
rfc

The Zanzibar paper describes the so-called `zookies` to be used for evaluating checks at object versions. They use Googles true time feature to have global timestamps, which will probably not...

feat
rfc

This PR adds bearer token authorization to Keto.

Bumps [github.com/ory/x](https://github.com/ory/x) from 0.0.451 to 0.0.454. Commits da4c4b3 ci: fix go 1.18 4bce511 feat: improved servicelocator 8e6d06b chore: update repository templates 3a563cc fix(popx): faster migration checks (#579) 1945f82 chore: upgrade...

dependencies

attempt of fixing #850 but the command: `./keto check 'videos:/cats/1.mp4#owner' view videos '/cats/1.mp4'` still Outputs "Denied" even though it should be "Allowed" because of: ``` NAMESPACE OBJECT RELATION NAME SUBJECT...