We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Something is broken in the SDK schema automation and the Oathkeeper title & descriptions gets copied into Hydra, e.g. for the .NET client: https://github.com/ory/sdk/blob/master/clients/hydra/dotnet/src/Ory.Hydra.Client/Api/MetadataApi.cs#L2 Go Client https://github.com/ory/hydra-client-go/blame/a98bdcd048644468cfd0bd77bb9986e958967011/api/openapi.yaml#L9 etc.
It also leads to quirks like the docs saying Oathkeeper API reference https://www.ory.sh/docs/keto/reference/rest-api
(It is broken for all that got recently updated, so Keto as well)
Could it be the something going wrong with ${PROJECT_UCF} in the generate script:
${PROJECT_UCF}
sdk/scripts/generate.sh
Line 268 in 55694df
Go to e.g. https://github.com/ory/sdk/blob/master/clients/hydra/dotnet/src/Ory.Hydra.Client/Api/MetadataApi.cs#L2
or
https://www.ory.sh/docs/keto/reference/rest-api
No response
u
Other
The text was updated successfully, but these errors were encountered:
fix(sdk): incorrect title
5ecef89
Closes ory/sdk#153
fix(sdk): incorrect title (#3014)
d654911
aeneasr
Successfully merging a pull request may close this issue.
Preflight checklist
Describe the bug
Something is broken in the SDK schema automation and the Oathkeeper title & descriptions gets copied into Hydra, e.g. for the .NET client:
https://github.com/ory/sdk/blob/master/clients/hydra/dotnet/src/Ory.Hydra.Client/Api/MetadataApi.cs#L2
Go Client
https://github.com/ory/hydra-client-go/blame/a98bdcd048644468cfd0bd77bb9986e958967011/api/openapi.yaml#L9
etc.
It also leads to quirks like the docs saying Oathkeeper API reference
https://www.ory.sh/docs/keto/reference/rest-api
(It is broken for all that got recently updated, so Keto as well)
Could it be the something going wrong with
${PROJECT_UCF}
in the generate script:sdk/scripts/generate.sh
Line 268 in 55694df
?
Reproducing the bug
Go to e.g.
https://github.com/ory/sdk/blob/master/clients/hydra/dotnet/src/Ory.Hydra.Client/Api/MetadataApi.cs#L2
or
https://www.ory.sh/docs/keto/reference/rest-api
Relevant log output
No response
Relevant configuration
No response
Version
u
On which operating system are you observing this issue?
Other
In which environment are you deploying?
Other
Additional Context
No response
The text was updated successfully, but these errors were encountered: