This repository was archived by the owner on Dec 20, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 720
refactor(OAuth2): groovy to java conversion for OAuth module #1871
Merged
Merged
Changes from 13 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
28c3f1b
refactor(OAuth2): groovy to java conversion for OAuth module
rahul-chekuri c23d0f0
Add specific imports and remove *
rahul-chekuri b8a4bec
Remove DefaultGroovyMethods
rahul-chekuri 6112cb0
Add StructuredArguments.entries
rahul-chekuri 3a99dfc
Rename safeGet to toStringOrNull. toStringOrNull returns null when th…
rahul-chekuri a4877c7
Replace details.getOrDefault with Optional to handle null cases
rahul-chekuri 6e3b2d3
Add log statement from groovy code
rahul-chekuri 83fca4a
Use AssertJ
rahul-chekuri d00a637
First checks log.isDebugEnabled() to avoid unnecessary String concate…
rahul-chekuri 88835b6
Add non empty string check
rahul-chekuri b731f90
Add test for SpinnakerUserInfoTokenServices#isServiceAccount
rahul-chekuri 418b4f2
Refactor SpinnakerUserInfoTokenServices to use constructor injection
rahul-chekuri 254e974
Preserve method call verifications in tests
rahul-chekuri 4f2fe71
Refactor to use constructor injection
rahul-chekuri ea49da5
Add specific imports and remove *
rahul-chekuri cde948b
Move SpinnakerProviderTokenServices to constructor argument and make …
rahul-chekuri 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
This file contains hidden or 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
73 changes: 0 additions & 73 deletions
73
...src/main/groovy/com/netflix/spinnaker/gate/security/oauth2/ExternalAuthTokenFilter.groovy
This file was deleted.
Oops, something went wrong.
130 changes: 0 additions & 130 deletions
130
...-oauth2/src/main/groovy/com/netflix/spinnaker/gate/security/oauth2/OAuth2SsoConfig.groovy
This file was deleted.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.