Skip to content

Add backend, GET, LIST controller for secret redaction#11195

Draft
sk593 wants to merge 4 commits intomainfrom
add-decryption
Draft

Add backend, GET, LIST controller for secret redaction#11195
sk593 wants to merge 4 commits intomainfrom
add-decryption

Conversation

@sk593
Copy link
Contributor

@sk593 sk593 commented Feb 6, 2026

Description

This PR adds support for the backend controller, GET controller, and LIST controller for secret decryption and redaction

Type of change

  • 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).

Fixes: #issue_number

Contributor checklist

Please verify that the PR meets the following requirements, where applicable:

  • An overview of proposed schema changes is included in a linked GitHub issue.
    • Yes
    • Not applicable
  • A design document PR is created in the design-notes repository, if new APIs are being introduced.
    • Yes
    • Not applicable
  • The design document has been reviewed and approved by Radius maintainers/approvers.
    • Yes
    • Not applicable
  • A PR for the samples repository is created, if existing samples are affected by the changes in this PR.
    • Yes
    • Not applicable
  • A PR for the documentation repository is created, if the changes in this PR affect the documentation or any user facing updates are made.
    • Yes
    • Not applicable
  • A PR for the recipes repository is created, if existing recipes are affected by the changes in this PR.
    • Yes
    • Not applicable

lakshmimsft and others added 3 commits February 4, 2026 10:45
Signed-off-by: lakshmimsft <ljavadekar@microsoft.com>
…nc again

Signed-off-by: lakshmimsft <ljavadekar@microsoft.com>
Signed-off-by: sk593 <shruthikumar@microsoft.com>
@sk593 sk593 requested a deployment to external-contributor-approval February 6, 2026 17:11 — with GitHub Actions Waiting
Signed-off-by: sk593 <shruthikumar@microsoft.com>
@sk593 sk593 requested a deployment to external-contributor-approval February 6, 2026 17:16 — with GitHub Actions Waiting

// redactField sets the field at the given path to nil.
// Supports simple field names like "data" or nested paths like "config.password".
func redactField(properties map[string]any, path string) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this logic would not be sufficient for paths which are for nested properties. let's discuss

)

// UpdateFilterFactory creates an UpdateFilter that has access to the UCP client for schema lookups.
type UpdateFilterFactory struct {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this file to be deleted?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants