-
Notifications
You must be signed in to change notification settings - Fork 996
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add auth integration tests * Change integration test name * Skip JavaDoc for External Auth HTTP Client * Update generated HTTP authorization provider package after rebase * Revert changes to pom.xml for failsafe and Spring * Rebase onto master and update HTTP authorization provider * Fix broken auth provider import * Fix rebasing duplication * Fix failing auth unit test * Update authentication test to use BaseIT * Update CoreServiceAuthorizationIT to BaseIT integration structure * Update auth integration tests to use BaseIT and related classes * Remove unnecessary junit dependency and metric registry clear.
- Loading branch information
Showing
20 changed files
with
894 additions
and
65 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
settings.gradle | ||
README.md | ||
pom.xml | ||
gradle | ||
git_push.sh | ||
build.sbt | ||
build.gradle | ||
.travis* | ||
.gitignore | ||
src/main/resources/api.yaml | ||
gradle* | ||
gradle/* | ||
gradle-wrapper.* | ||
gradle** | ||
gradle/ | ||
src/main/java/feast/auth/providers/http/HttpAuthorizationProvider.java | ||
src/main/java/feast/auth/providers/http/ketoadaptor/api/CheckAccessApiController.java | ||
src/main/java/feast/auth/providers/http/ketoadaptor/api/KetoAuth.java | ||
src/main/AndroidManifest.xml | ||
.openapi-generator/ |
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
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.