-
Notifications
You must be signed in to change notification settings - Fork 300
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
Flytekit Auth system overhaul and pretty printing upgrade #1458
Merged
Merged
Changes from 20 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
36bb637
[wip] New authentication system
kumare3 ec3e8d0
Better error handling and printing, better exception handling and
kumare3 f3df707
Delete legacy files
kumare3 3251e8b
Merge branch 'master' into auth-update
332a912
add missing None
7444543
keyring removed
703346b
added insecure_skip_verify
e10a3bf
test fixed
8bf6528
Test fixed
fca797a
Auth update
5c3cb8f
updated test
kumare3 9994129
updated
kumare3 20dd899
flush buffer instead of closing, was getting a weird stack trace. mak…
wild-endeavor 4a433ab
updated ca-cert logic
kumare3 6fc56a6
Fixed unit tests
kumare3 171be7c
Merge branch 'master' into auth-update
kumare3 a9ebd4b
updated
kumare3 7097db4
test fix
kumare3 8831fe4
updated
kumare3 e8cdf58
nest raise if exc
wild-endeavor 96c3f60
added keyring.alt for tests
kumare3 6127100
updated
kumare3 9c7dc63
Merge branch 'master' into auth-update
kumare3 2c25466
updated
kumare3 9d9feaa
Lint
eapolinario File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should consider passing
verify
switch to request calls as in: #1509There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let me incorporate your change