-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Fix 1285 #1297
Fix 1285 #1297
Conversation
I don't get why crypto is failing all the time. You can fix this with |
Alternatively |
My bad, go modules are a new thing for me. I ran |
Perfect, last thing would be to add a test so this doesn't break in a future patch by accident :) |
Cool. I wasn't sure what the right place was to put the unit tests for this change, or if they were necessary given the nature of the tests in I also am not sure if there needs to be any documentation changes. I couldn't find anything relevant but I could have missed something. |
Closes #1274 Signed-off-by: aeneasr <aeneas@ory.sh> Signed-off-by: Kevin Minehart <kmineh0151@gmail.com>
Signed-off-by: Kevin Minehart <kmineh0151@gmail.com>
https://www.alpinelinux.org/posts/Alpine-3.9.0-released.html Signed-off-by: Kevin Minehart <kmineh0151@gmail.com>
https://golang.org/doc/go1.12 Signed-off-by: Shota SAWADA <xiootas@gmail.com> Signed-off-by: Kevin Minehart <kmineh0151@gmail.com>
This allows the creation of clients permitted to make CORS requests from specific domains. Signed-off-by: Josh Giles <jgiles@paxos.com> Signed-off-by: Kevin Minehart <kmineh0151@gmail.com>
Signed-off-by: Kevin Minehart <kmineh0151@gmail.com>
Signed-off-by: Kevin Minehart <kmineh0151@gmail.com>
Signed-off-by: Kevin Minehart <kmineh0151@gmail.com>
Signed-off-by: Kevin Minehart <kmineh0151@gmail.com>
Signed-off-by: Kevin Minehart <kmineh0151@gmail.com>
Signed-off-by: Kevin Minehart <kmineh0151@gmail.com>
Signed-off-by: Amir Aslaminejad <aslaminejad@gmail.com> Signed-off-by: Kevin Minehart <kmineh0151@gmail.com>
Signed-off-by: Shota SAWADA <xiootas@gmail.com> Signed-off-by: Kevin Minehart <kmineh0151@gmail.com>
Signed-off-by: Roman Minkin <roman.minkin@keysight.com> Signed-off-by: Kevin Minehart <kmineh0151@gmail.com>
Signed-off-by: Kevin Minehart <kmineh0151@gmail.com>
Signed-off-by: Kevin Minehart <kmineh0151@gmail.com>
@aeneasr I think this one is ready. Pretty basic, if Looks like there's go mod conflicts so I'll run a rebase again, I guess. |
Signed-off-by: Kevin Minehart <kmineh0151@gmail.com>
Signed-off-by: Kevin Minehart <kmineh0151@gmail.com>
Signed-off-by: Kevin Minehart <kmineh0151@gmail.com>
Signed-off-by: Kevin Minehart <kmineh0151@gmail.com>
Signed-off-by: Kevin Minehart <kmineh0151@gmail.com>
Signed-off-by: Kevin Minehart <kmineh0151@gmail.com>
Signed-off-by: Kevin Minehart <kmineh0151@gmail.com>
Signed-off-by: Kevin Minehart <kmineh0151@gmail.com>
Thank you! |
Related issue
#1285
Proposed changes
Summary: Changed the defaults for
Name
,Description
, andHint
fromconsent/types.go
.Changes:
ToRFCError()
function to only provide defaults if all 3 (Name, Description, and Hint) are left blank.Name
,Description
, andHint
to be more generic, and clear that they were left blank.Checklist
vulnerability, I confirm that I got green light (please contact hi@ory.sh) from the maintainers to push the changes.
by signing my commit(s). You can amend your signature to the most recent commit by using
git commit --amend -s
. If youamend the commit, you might need to force push using
git push --force HEAD:<branch>
. Please be very careful when usingforce push.