Skip to content

feat: Add supplemental signals configuration for Akamai integration (EA)#1310

Merged
ramya18101 merged 5 commits intomasterfrom
DXCDT-1440-support-supplemental-signals
Mar 3, 2026
Merged

feat: Add supplemental signals configuration for Akamai integration (EA)#1310
ramya18101 merged 5 commits intomasterfrom
DXCDT-1440-support-supplemental-signals

Conversation

@ramya18101
Copy link
Contributor

@ramya18101 ramya18101 commented Feb 27, 2026

🔧 Changes

Adds support for the supplemental signals endpoint, enabling configuration of third-party security integrations (Akamai)
Document the new resource with YAML and directory examples and seed sample configs in examples/.

Examples

YAML format

supplementalSignals:
      akamai_enabled: false

JSON format

Configuration:

{
  "akamai_enabled": true
}

📚 References

https://auth0.com/docs/api/management/v2/supplemental-signals/get-supplemental-signals
https://auth0.com/docs/api/management/v2/supplemental-signals/patch-supplemental-signals

🔬 Testing

  • Unit tests Added

📝 Checklist

  • All new/changed/fixed functionality is covered by tests (or N/A)
  • I have added documentation for all new/changed functionality (or N/A)

@ramya18101 ramya18101 marked this pull request as ready for review February 27, 2026 06:56
@ramya18101 ramya18101 requested a review from a team as a code owner February 27, 2026 06:56
@codecov-commenter
Copy link

codecov-commenter commented Feb 27, 2026

Codecov Report

❌ Patch coverage is 77.08333% with 11 lines in your changes missing coverage. Please review.
✅ Project coverage is 80.15%. Comparing base (4d09409) to head (f3dcd28).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
src/tools/auth0/handlers/supplementalSignals.ts 65.38% 8 Missing and 1 partial ⚠️
.../context/directory/handlers/supplementalSignals.ts 85.71% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1310      +/-   ##
==========================================
- Coverage   80.17%   80.15%   -0.03%     
==========================================
  Files         149      152       +3     
  Lines        6048     6096      +48     
  Branches     1237     1245       +8     
==========================================
+ Hits         4849     4886      +37     
- Misses        685      693       +8     
- Partials      514      517       +3     

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ramya18101 ramya18101 enabled auto-merge (squash) March 3, 2026 05:33
@ramya18101 ramya18101 merged commit b808e24 into master Mar 3, 2026
6 checks passed
@ramya18101 ramya18101 deleted the DXCDT-1440-support-supplemental-signals branch March 3, 2026 05:42
@ramya18101 ramya18101 changed the title feat: Add supplemental signals configuration for Akamai integration feat: Add supplemental signals configuration for Akamai integration (EA) Mar 3, 2026
@ramya18101 ramya18101 mentioned this pull request Mar 3, 2026
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.

4 participants