Skip to content
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

feat: Enable configuration of timeout settings for oauth2_client_credentials authoriser #443

Merged
merged 1 commit into from
May 23, 2020

Conversation

catper
Copy link
Contributor

@catper catper commented May 20, 2020

Related issue

#442

This was also briefly discussed with @aeneasr on Slack

Proposed changes

Enable users to specify timeout for the oauth2_client_credentials authoriser, much in the same fashion as is possible for the oauth2_introspection authoriser.

Checklist

  • I have read the contributing guidelines.
  • I have read the security policy.
  • I confirm that this pull request does not address a security
    vulnerability. If this pull request addresses a security. vulnerability, I
    confirm that I got green light (please contact
    [email protected]) from the maintainers to push
    the changes.
  • I have added tests that prove my fix is effective or that my feature
    works.
  • I have added or changed the documentation.

Further comments

A lot of changes were generated when running npm gen docs, which creates rather a lot of noise. Sorry about that.

@CLAassistant
Copy link

CLAassistant commented May 20, 2020

CLA assistant check
All committers have signed the CLA.

@catper catper changed the title Enable configuration of timeout settings for oauth2_client_credentials authoriser feat: Enable configuration of timeout settings for oauth2_client_credentials authoriser May 20, 2020
@catper
Copy link
Contributor Author

catper commented May 20, 2020

Not sure what the failing test is about, I didn't change any dependencies. If anyone can help me sort this it out would be much appreciated!

@aeneasr
Copy link
Member

aeneasr commented May 20, 2020

go get github.com/gorilla/[email protected]

in the project root should resolve this!

@catper catper force-pushed the client-credentials-timeout-config branch from 2cb4004 to f592caa Compare May 22, 2020 05:48
@catper catper force-pushed the client-credentials-timeout-config branch from f592caa to ad3ecfe Compare May 22, 2020 05:56
@catper
Copy link
Contributor Author

catper commented May 22, 2020

go get github.com/gorilla/[email protected]

that did indeed sort this out, thanks!

@imranismail
Copy link
Contributor

Nicely done, I was about to work on this :)

@aeneasr aeneasr merged commit 2462fa3 into ory:master May 23, 2020
@aeneasr
Copy link
Member

aeneasr commented May 23, 2020

Awesome 🎉

Thank you for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants