Fix: Add httpPost connection configuration information for Asgardeo (Product IS issue #27621)#6079
Conversation
…product-is#27621) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 50 minutes and 37 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughAdded an Asgardeo-only note to the Changes
Suggested labels
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
en/includes/references/conditional-auth/api-reference.md (1)
7-7:⚠️ Potential issue | 🟠 MajorFix markdownlint blocker: nested list indentation at Line 7.
CI is failing with
MD007/ul-indentat Line 7, so this PR cannot merge until that indentation is adjusted to the lint rule expected in this file.Proposed fix
- - [`onLoginRequest()`](`#initial-login-request`) + - [`onLoginRequest()`](`#initial-login-request`)🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@en/includes/references/conditional-auth/api-reference.md` at line 7, The markdownlint error MD007/ul-indent is caused by the nested list item "- [`onLoginRequest()`](`#initial-login-request`)" having incorrect indentation; fix it by indenting this nested list entry under its parent list level (use the project's preferred nest indent, typically two spaces) so the `onLoginRequest()` link aligns as a child list item and satisfies the UL indentation rule.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Outside diff comments:
In `@en/includes/references/conditional-auth/api-reference.md`:
- Line 7: The markdownlint error MD007/ul-indent is caused by the nested list
item "- [`onLoginRequest()`](`#initial-login-request`)" having incorrect
indentation; fix it by indenting this nested list entry under its parent list
level (use the project's preferred nest indent, typically two spaces) so the
`onLoginRequest()` link aligns as a child list item and satisfies the UL
indentation rule.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yml
Review profile: CHILL
Plan: Pro
Run ID: 0c2f2f14-d1c8-44a8-9ae7-10699701f5e4
📒 Files selected for processing (1)
en/includes/references/conditional-auth/api-reference.md
|
wso2-engineering-bot seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
This PR was automatically generated by Claude AI.
httpPostrequest connection configuration information is missing product-is#27621Changes Made
Added a conditional note section in the
httpPostfunction documentation that displays only for Asgardeo. The note includes a table with the following default connection configurations:The implementation uses Jinja templating (
{% if product_name == "Asgardeo" %}) to ensure this information only appears in Asgardeo documentation and not in WSO2 Identity Server documentation.