-
-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
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
Maester crash when creating a client with tokenEndpointAuthMethod: none #52
Comments
Yeah, that's possible - would you be up for a fix? :) |
Yes. For now I went with the naive :
Maester now starts properly, but the reconciliation loop log error :
Because the client_secret is not on the secret, naturally. Would you guys have some pointer regarding what kind of fix you'd expect ? |
I was about to create a pull request from https://github.com/dejbox/hydra-maester/tree/handle-nil-secret when I saw https://github.com/ory/hydra-maester/pull/48/files... |
Hello,
I'm having in issue while using master to create a oauth client with
tokenEndpointAuthMethod: none
I suspect the issue may be at :
hydra-maester/controllers/oauth2client_controller.go
Lines 231 to 234 in 38907c2
Here, i suppose if the created oauth2 client has
tokenEndpointAuthMethod: none
,created.Secret
returned by hydra might benil
?What do you think ?
The text was updated successfully, but these errors were encountered: