Fix typos, grammar, and outdated references in deployment guides#6240
Fix typos, grammar, and outdated references in deployment guides#6240SihanUdayaratna03 wants to merge 1 commit into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (5)
📝 WalkthroughWalkthroughThis PR applies small documentation corrections across five WSO2 Identity Server 7.1.0 deployment guides, including phrasing/capitalization fixes, an updated Hazelcast logging reference (log4j to log4j2), an "Important" note formatting addition, a wording fix, and a URL syntax correction. ChangesDocumentation Fixes
Suggested labels: Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ 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 Warning |
|
|
||
| !!! note "Synchronous token persistence configurations" | ||
| By default synchronous token persistence is enabled in WSO2 Identity Server 5.9.0 onwards. To indicate the number of times to retry in the event of a `CONN_APP_KEY` violation when storing the access token, navigate to file `<IS_HOME>/repository/conf/deployment.toml` and add the following configuration. | ||
| By default, synchronous token persistence is enabled in WSO2 Identity Server. To indicate the number of times to retry in the event of a `CONN_APP_KEY` violation when storing the access token, navigate to file `<IS_HOME>/repository/conf/deployment.toml` and add the following configuration. |
There was a problem hiding this comment.
why did we remove the IS version here?
There was a problem hiding this comment.
Thanks for pointing that out @pavinduLakshan, I've restored the "5.9.0 onwards" reference and kept just the comma fix. Please take another look when you get a chance
faf6623 to
059ff60
Compare
|
Hi @SihanUdayaratna03, |
|
@Malith-19 Sure, I'll check the other IS versions and raise separate PRs for those |
|
Thanks, meanwhile let's fix the lint failures as well. |
Purpose
This PR fixes several minor typos, grammar issues, and outdated references across the deployment and configuration guides:
configure-hazelcast.md: Corrected description to saylog4j2to match the actual configuration block.configure-tls-termination.md: Removed incorrect hyphen from "no longer".front-with-the-nginx-load-balancer.md: Removed a stray>character that was making a URL malformed.token-persistence.md: Removed an outdated version reference ("5.9.0 onwards") from the 7.1.0 documentation.backup-and-recovery-recommendations.md: Fixed product name capitalization and grammar.Related PRs
None
Test environment
N/A (Documentation change only)
Security checks