Add backend, GET, LIST controller for secret redaction#11195
Merged
Conversation
lakshmimsft
reviewed
Feb 6, 2026
lakshmimsft
reviewed
Feb 6, 2026
8e5a762 to
73b55d3
Compare
73b55d3 to
d1848c8
Compare
lakshmimsft
reviewed
Feb 12, 2026
lakshmimsft
reviewed
Feb 12, 2026
lakshmimsft
reviewed
Feb 12, 2026
lakshmimsft
reviewed
Feb 12, 2026
lakshmimsft
reviewed
Feb 12, 2026
lakshmimsft
reviewed
Feb 12, 2026
lakshmimsft
reviewed
Feb 12, 2026
Signed-off-by: sk593 <shruthikumar@microsoft.com>
1682d41 to
2ca13a8
Compare
lakshmimsft
previously approved these changes
Feb 17, 2026
25ddaeb to
843c263
Compare
Signed-off-by: sk593 <shruthikumar@microsoft.com>
lakshmimsft
reviewed
Feb 20, 2026
lakshmimsft
approved these changes
Feb 20, 2026
Radius functional test overviewClick here to see the test run details
Test Status⌛ Building Radius and pushing container images for functional tests... |
willtsai
pushed a commit
that referenced
this pull request
Mar 30, 2026
# Description This PR adds support for the backend controller, GET controller, and LIST controller for secret decryption and redaction ## Type of change <!-- Please select **one** of the following options that describes your change and delete the others. Clearly identifying the type of change you are making will help us review your PR faster, and is used in authoring release notes. If you are making a bug fix or functionality change to Radius and do not have an associated issue link please create one now. --> - This pull request fixes a bug in Radius and has an approved issue (issue link required). - This pull request adds or changes features of Radius and has an approved issue (issue link required). - This pull request is a minor refactor, code cleanup, test improvement, or other maintenance task and doesn't change the functionality of Radius (issue link optional). <!-- Please update the following to link the associated issue. This is required for some kinds of changes (see above). --> Fixes: #11093 and #11095 ## Contributor checklist Please verify that the PR meets the following requirements, where applicable: <!-- This checklist uses "TaskRadio" comments to make certain options mutually exclusive. See: https://github.com/mheap/require-checklist-action?tab=readme-ov-file#radio-groups For details on how this works and why it's required. --> - An overview of proposed schema changes is included in a linked GitHub issue. - [x] Yes <!-- TaskRadio schema --> - [ ] Not applicable <!-- TaskRadio schema --> - A design document PR is created in the [design-notes repository](https://github.com/radius-project/design-notes/), if new APIs are being introduced. - [x] Yes <!-- TaskRadio design-pr --> - [ ] Not applicable <!-- TaskRadio design-pr --> - The design document has been reviewed and approved by Radius maintainers/approvers. - [x] Yes <!-- TaskRadio design-review --> - [ ] Not applicable <!-- TaskRadio design-review --> - A PR for the [samples repository](https://github.com/radius-project/samples) is created, if existing samples are affected by the changes in this PR. - [ ] Yes <!-- TaskRadio samples-pr --> - [x] Not applicable <!-- TaskRadio samples-pr --> - A PR for the [documentation repository](https://github.com/radius-project/docs) is created, if the changes in this PR affect the documentation or any user facing updates are made. - [ ] Yes <!-- TaskRadio docs-pr --> - [x] Not applicable <!-- TaskRadio docs-pr --> - A PR for the [recipes repository](https://github.com/radius-project/recipes) is created, if existing recipes are affected by the changes in this PR. - [ ] Yes <!-- TaskRadio recipes-pr --> - [x] Not applicable <!-- TaskRadio recipes-pr --> --------- Signed-off-by: sk593 <shruthikumar@microsoft.com> Signed-off-by: lakshmimsft <ljavadekar@microsoft.com> Co-authored-by: Lakshmi Javadekar <103459615+lakshmimsft@users.noreply.github.com> Signed-off-by: Will Tsai <28876888+willtsai@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds support for the backend controller, GET controller, and LIST controller for secret decryption and redaction
Type of change
Fixes: #11093 and #11095
Contributor checklist
Please verify that the PR meets the following requirements, where applicable: