Add secret management related docs#328
Conversation
|
Naduni Pamudika 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. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughAdded a new AI Workspace documentation page for secrets management, covering how secrets are created, referenced, managed, and validated across the UI and runtime flow. The docs also include API usage for common secret lifecycle actions and guidance for configuring encryption. Updated the AI Workspace navigation to link to the new page. WalkthroughThis pull request adds a new documentation page for Secrets Management under the AI Workspace section, covering how encrypted secrets are created, referenced via placeholders, resolved by the gateway, and rotated without redeployment. It documents the full secrets API (create, list, get, rotate, delete) with request/response examples and error cases, guidance for referencing secrets in artifact configurations, safe deletion using conflict details, and encryption key configuration via an environment variable. A corresponding navigation entry is added to the documentation site configuration. Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 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 |
Purpose
Add docs for wso2/api-platform#2149