chore: Add auth and security env vars to OpenRAG sample#1692
chore: Add auth and security env vars to OpenRAG sample#1692edwinjosechittilappilly wants to merge 1 commit into
Conversation
Add AUTH_SERVER_URL and OPENRAG_BOOTSTRAP_OS_SECURITY_ON_STARTUP environment variables to the backend sample manifest. AUTH_SERVER_URL is left empty with an inline example to configure the platform auth server URL; OPENRAG_BOOTSTRAP_OS_SECURITY_ON_STARTUP is set to "true" to enable OS security bootstrap on startup. File updated: kubernetes/operator/config/samples/openrag_v1alpha1_openrag.yaml.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThe Kubernetes sample manifest for OpenRAG now includes backend environment variable configuration. Two new environment variables are defined: ChangesBackend Environment Configuration
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 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.
Pull request overview
Updates the OpenRAG operator sample CR to include backend environment variables intended to configure platform authentication and enable OpenSearch security bootstrapping during startup.
Changes:
- Add
backend.enventries forAUTH_SERVER_URLandOPENRAG_BOOTSTRAP_OS_SECURITY_ON_STARTUPin the sample manifest. - Default
OPENRAG_BOOTSTRAP_OS_SECURITY_ON_STARTUPto"true"and leaveAUTH_SERVER_URLas an empty string with an inline example.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| env: | ||
| - name: AUTH_SERVER_URL | ||
| value: "" # Set to the platform auth server URL, e.g. https://auth-server.<namespace>.svc | ||
| - name: OPENRAG_BOOTSTRAP_OS_SECURITY_ON_STARTUP | ||
| value: "true" |
| - name: AUTH_SERVER_URL | ||
| value: "" # Set to the platform auth server URL, e.g. https://auth-server.<namespace>.svc |
Add AUTH_SERVER_URL and OPENRAG_BOOTSTRAP_OS_SECURITY_ON_STARTUP environment variables to the backend sample manifest. AUTH_SERVER_URL is left empty with an inline example to configure the platform auth server URL; OPENRAG_BOOTSTRAP_OS_SECURITY_ON_STARTUP is set to "true" to enable OS security bootstrap on startup. File updated: kubernetes/operator/config/samples/openrag_v1alpha1_openrag.yaml.
Summary by CodeRabbit