Skip to content

Add OAuth authentication support to HTTP call task #718

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

Merged
merged 6 commits into from
Aug 21, 2025

Conversation

treblereel
Copy link
Contributor

@treblereel treblereel commented Aug 19, 2025

Many thanks for submitting your Pull Request ❤️!

What this PR does / why we need it:
#691
Special notes for reviewers:

Additional information (if needed):

@treblereel treblereel requested a review from fjtirado as a code owner August 19, 2025 04:46
@treblereel treblereel force-pushed the oauth_http branch 2 times, most recently from 31b14ff to 8a565a4 Compare August 19, 2025 22:29
Signed-off-by: Dmitrii Tikhomirov <[email protected]>
Signed-off-by: Dmitrii Tikhomirov <[email protected]>
Signed-off-by: Dmitrii Tikhomirov <[email protected]>
@treblereel treblereel force-pushed the oauth_http branch 4 times, most recently from e46b959 to 2623307 Compare August 20, 2025 23:49
Signed-off-by: Dmitrii Tikhomirov <[email protected]>
Comment on lines 51 to 53
} catch (IllegalArgumentException e) {
throw new IllegalStateException("Failed to parse JWT token: " + e.getMessage(), e);
}
Copy link
Collaborator

@fjtirado fjtirado Aug 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not letting the Illegal argument exception to escalate?. Unless Im missing something, adding an additional exception here, in my opinion, only pollutes the exception stack trace witn an additional one

Signed-off-by: Dmitrii Tikhomirov <[email protected]>
@fjtirado fjtirado merged commit e0ff20d into serverlessworkflow:main Aug 21, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants