forked from flyteorg/flyte
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support Google OAuth2 and other OIdC providers (flyteorg#147)
* Move scopes to config Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * missed Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * wip Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Update handlers.go Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * go get propeller at v0.5.12 (flyteorg#146) Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Update to using latest flytepropeller v0.5.13 (flyteorg#148) Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Update propeller to 0.5.14 (flyteorg#149) * Update propeller * cleanup Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Filter executions by user (flyteorg#150) Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Update CI post migration Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Update codecov link Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Publish raw events (flyteorg#151) Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * fix test Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * wip Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Fix token retrieval from cookies Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Fix unit tests and lint Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Move to const Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Revert Auth config Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Revert kube config path Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Use access token when posting to IdP Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Ignore refresh token error Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Fix tests Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * Expose openId metadata endpoint and expose scopes in /config endpoint Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * mod tidy Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * rename Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * lint Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> * unit tests Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com> Co-authored-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com> Co-authored-by: Katrina Rogan <katrogan9@gmail.com> Co-authored-by: tnsetting <38207208+tnsetting@users.noreply.github.com>
- Loading branch information
1 parent
ee98c70
commit 1948047
Showing
18 changed files
with
257 additions
and
173 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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.