Skip to content

[feat] Add support for dynamically setting the authorization header in the httpjson log handler#3624

Merged
vkarak merged 6 commits intoreframe-hpc:developfrom
JimPaine:develop
Mar 6, 2026
Merged

[feat] Add support for dynamically setting the authorization header in the httpjson log handler#3624
vkarak merged 6 commits intoreframe-hpc:developfrom
JimPaine:develop

Conversation

@JimPaine
Copy link
Contributor

@JimPaine JimPaine commented Feb 4, 2026

Enables the use of short lived tokens where http services use flows such as client credentials by allowing the authorization header to be set dynamically via a callable which is evaluated at the point the http request is made.

Closes #3622

@codecov
Copy link

codecov bot commented Feb 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.64%. Comparing base (fc03052) to head (05bb049).
⚠️ Report is 7 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #3624      +/-   ##
===========================================
+ Coverage    91.37%   91.64%   +0.26%     
===========================================
  Files           62       62              
  Lines        13524    13530       +6     
===========================================
+ Hits         12358    12399      +41     
+ Misses        1166     1131      -35     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@vkarak vkarak added this to the ReFrame 4.10 milestone Feb 25, 2026
@vkarak vkarak moved this from Todo to In Progress in ReFrame Backlog Mar 2, 2026
Copy link
Contributor

@vkarak vkarak left a comment

Choose a reason for hiding this comment

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

Lgtm, I have just minor style comments.

Copy link
Contributor

@vkarak vkarak left a comment

Choose a reason for hiding this comment

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

Lgtm, thanks!

@vkarak vkarak changed the title [feat] Add support for dynamically setting the authorization header in the http logging handler [feat] Add support for dynamically setting the authorization header in the httpjson log handler Mar 6, 2026
@vkarak vkarak enabled auto-merge March 6, 2026 10:02
@vkarak vkarak merged commit c9fa4c7 into reframe-hpc:develop Mar 6, 2026
31 of 36 checks passed
@github-project-automation github-project-automation bot moved this from In Progress to Done in ReFrame Backlog Mar 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Auth token in extra_headers expires on long running tests

3 participants