pmdas: comment out default configurations#2592
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (5)
✅ Files skipped from review due to trivial changes (3)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughFive PMDA configuration files remove hardcoded authentication credentials and replace them with commented placeholder values ( ChangesCredential Hardening Across PMDA Configs
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Poem
🚥 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 |
83e6597 to
5010921
Compare
The .conf files for certain pmdas ship active default credentials (i.e. username and password). When a user installs these pmdas with a matching database, the pmdas will silently authenticate without any warnings that there are configurations that must be set. This PR comments out those fields with a clear CHANGE_ME placeholder to prevent silent authentication and inform users that these fields must be configured for the service they want to monitor.
Summary by CodeRabbit