Navigation Menu

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

jwk: Fix memory mamager of JWK deletion #1474

Merged
merged 3 commits into from Jun 24, 2019
Merged

Conversation

sawadashota
Copy link
Contributor

@sawadashota sawadashota commented Jun 17, 2019

Related issue

This PR will close #1473

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 security@ory.sh) 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 necessary documentation within the code base (if appropriate)
  • I have documented my changes in the developer guide (if appropriate)

Signed-off-by: Shota Sawada <xiootas@gmail.com>
@aeneasr
Copy link
Member

aeneasr commented Jun 17, 2019

Could you please add a test to the manager test suite to make sure that this won't break in a regression later on? Thank you!

Signed-off-by: Shota Sawada <xiootas@gmail.com>
Signed-off-by: Shota Sawada <xiootas@gmail.com>
@@ -5,6 +5,8 @@ tools:
npm i
go get github.com/go-bindata/go-bindata/go-bindata
go install github.com/go-bindata/go-bindata/go-bindata
go get github.com/ory/go-acc
go install github.com/ory/go-acc
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added go-acc install command because make test requires.

@aeneasr
Copy link
Member

aeneasr commented Jun 24, 2019

Awesome, thank you!

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.

jwk: Delete a JWK endpoint deletes a JWK set when dsn is memory
2 participants