Architecture doc describing credentials#11837
Conversation
Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com>
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
There was a problem hiding this comment.
Pull request overview
Updates the architecture documentation set to cover how Radius manages cloud credentials (outbound) and how clients authenticate to a Radius install (inbound), and adds this new doc to the architecture reading list for contributors.
Changes:
- Added a new architecture document,
docs/architecture/credentials.md, describing credential storage, resolution flows, supported auth kinds, and supported cluster topologies. - Updated
docs/architecture/README.mdto referencecredentials.mdand include it in the recommended reading order.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/architecture/README.md | Adds credentials.md to the architecture index and contributor reading order. |
| docs/architecture/credentials.md | New end-to-end credential/auth architecture doc grounded in current code paths and Helm configuration. |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Brooke Hamilton <45323234+brooke-hamilton@users.noreply.github.com>
Radius functional test overviewClick here to see the test run details
Test Status⌛ Building Radius and pushing container images for functional tests... |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #11837 +/- ##
==========================================
+ Coverage 51.20% 51.22% +0.01%
==========================================
Files 715 715
Lines 45074 45074
==========================================
+ Hits 23079 23087 +8
+ Misses 19798 19794 -4
+ Partials 2197 2193 -4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
This pull request updates the architecture documentation to include information about cloud credentials and their management. The main changes add a new reference to a
credentials.mddocument, both in the list of architecture documents and in the recommended reading order for new contributors.Documentation updates:
credentials.mdin the main architecture documentation list, describing how cloud credentials are stored and used for deployments, and how clients authenticate to a Radius install.credentials.mdbeforeapplication-graph.md.Type of change
Fixes: N/A
Contributor checklist
Please verify that the PR meets the following requirements, where applicable:
eng/design-notes/in this repository, if new APIs are being introduced.