ory / hydra-maester

Kuberenetes CRD Controller for Ory Hydra. :warning: Maintained by the community, not an official Ory project!
Apache License 2.0
33 stars 38 forks source link

Allow user defined client IDs #155

Open tokongs opened 4 weeks ago

tokongs commented 4 weeks ago

Preflight checklist

Ory Network Project

No response

Describe your problem

When creating a Oauth2Client with an secret that contains a predefined CLIENT_ID. The reconciliation errors out because it's unable to find a client with that ID.

Describe your ideal solution

A client with the provided ID is created.

Workarounds or alternatives

None

Version

0.34.0

Additional Context

No response