Skip to content

Commit

Permalink
fix: config schema $id
Browse files Browse the repository at this point in the history
  • Loading branch information
alnr committed Dec 3, 2024
1 parent 1950529 commit 889c9ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/render-schemas.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ ory_x_version="$(go list -f '{{.Version}}' -m github.com/ory/x)"

sed "s!ory://tracing-config!https://raw.githubusercontent.com/ory/x/$ory_x_version/otelx/config.schema.json!g;
s!ory://logging-config!https://raw.githubusercontent.com/ory/x/$ory_x_version/logrusx/config.schema.json!g;
s!/.schema/config.schema.json!github.com/ory/oathkeeper/schema/config.schema.json!g" spec/config.schema.json > .schema/config.schema.json
s!/.schema/config.schema.json!https://github.com/ory/oathkeeper/schema/config.schema.json!g" spec/config.schema.json > .schema/config.schema.json

git commit --author="ory-bot <[email protected]>" -m "autogen: render config schema" .schema/config.schema.json || true

0 comments on commit 889c9ec

Please sign in to comment.