Skip to content
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

Update GraphQL functionality #2123

Merged
merged 3 commits into from
Mar 13, 2024
Merged

Conversation

sgayangi
Copy link
Contributor

@sgayangi sgayangi commented Mar 12, 2024

  • Fixes bug in GraphQL invocation where mTLS configurations for a GraphQL API were not being communicated to the enfocer
  • Adds test cases GraphQL invocation, mTLS and OAuth2
  • Fixes Configure mTLS for GraphQL APIs #2125

@sgayangi sgayangi added the trigger-action When this includes apk actions getting trigger for pr label Mar 12, 2024
@codecov-commenter
Copy link

codecov-commenter commented Mar 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 27.95%. Comparing base (96a646a) to head (00970f3).
Report is 33 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2123      +/-   ##
==========================================
+ Coverage   26.03%   27.95%   +1.91%     
==========================================
  Files          68      124      +56     
  Lines        4732    14581    +9849     
  Branches     2426     2671     +245     
==========================================
+ Hits         1232     4076    +2844     
- Misses       3500    10374    +6874     
- Partials        0      131     +131     
Flag Coverage Δ
adapter 27.63% <ø> (?)
common-controller 4.07% <ø> (?)
config-deployer-service 26.04% <ø> (+<0.01%) ⬆️
idp-domain-service 80.21% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@sgayangi sgayangi added trigger-action When this includes apk actions getting trigger for pr and removed trigger-action When this includes apk actions getting trigger for pr labels Mar 12, 2024
@github-actions github-actions bot removed the trigger-action When this includes apk actions getting trigger for pr label Mar 13, 2024
@sgayangi sgayangi added the trigger-action When this includes apk actions getting trigger for pr label Mar 13, 2024
@github-actions github-actions bot removed the trigger-action When this includes apk actions getting trigger for pr label Mar 13, 2024
@sgayangi sgayangi added the trigger-action When this includes apk actions getting trigger for pr label Mar 13, 2024
@sgayangi sgayangi changed the title Fix GraphQL invocation logic in Config DS Update GraphQL functionality Mar 13, 2024
@Krishanx92 Krishanx92 merged commit 68dead0 into wso2:main Mar 13, 2024
12 checks passed
@github-actions github-actions bot removed the trigger-action When this includes apk actions getting trigger for pr label Mar 13, 2024
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.

Configure mTLS for GraphQL APIs
3 participants