Skip to content

fix(auth): secure non-OAuth2 admin credentials with keyring-first flow and runtime JWT key - #1161

Open
nbmaiti wants to merge 1 commit into
mainfrom
jwt_auth_keystore
Open

fix(auth): secure non-OAuth2 admin credentials with keyring-first flow and runtime JWT key#1161
nbmaiti wants to merge 1 commit into
mainfrom
jwt_auth_keystore

fix(auth): centralize secret store and harden admin credentials

f108807
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 29, 2026 in 1s

44.65% (+0.19%) compared to f0e57a4

View this Pull Request on Codecov

44.65% (+0.19%) compared to f0e57a4

Details

Codecov Report

❌ Patch coverage is 55.16014% with 126 lines in your changes missing coverage. Please review.
✅ Project coverage is 44.65%. Comparing base (f0e57a4) to head (f108807).

Files with missing lines Patch % Lines
cmd/app/secret_store.go 58.64% 75 Missing and 23 partials ⚠️
config/config.go 33.33% 21 Missing and 3 partials ⚠️
cmd/app/main.go 33.33% 2 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1161      +/-   ##
==========================================
+ Coverage   44.45%   44.65%   +0.19%     
==========================================
  Files         144      145       +1     
  Lines       13732    14008     +276     
==========================================
+ Hits         6105     6255     +150     
- Misses       7054     7152      +98     
- Partials      573      601      +28     

☔ View full report in Codecov by Harness.
📢 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.