ory / keto

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 other access models.
https://www.ory.sh/?utm_source=github&utm_medium=banner&utm_campaign=keto
Apache License 2.0
4.7k stars 342 forks source link

Config schema references `tracing` instead of `otelx` #1489

Closed beanow-at-crabnebula closed 6 months ago

beanow-at-crabnebula commented 6 months ago

Preflight checklist

Ory Network Project

No response

Describe the bug

JSON schema has invalid reference: https://github.com/ory/keto/blob/eda997f8d06da8730c9547d77d07b6838bf8de09/.schema/config.schema.json#L318

Comparing to Kratos looks like this should be renamed from tracing to otelx. https://github.com/ory/kratos/blob/0c5ea9bf735a67ef35011ba41d7f98afc6f8e118/.schemastore/config.schema.json#L2200

Reproducing the bug

  1. Set the Keto config schema (via schemastore or url) in any IDE.
  2. Schema fails to load this ref image

Relevant log output

No response

Relevant configuration

No response

Version

v0.11.1

On which operating system are you observing this issue?

None

In which environment are you deploying?

None

Additional Context

No response