Skip to content

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

Merged
sk593 merged 16 commits intomainfrom
add-decryption
Feb 26, 2026
Merged

Add backend, GET, LIST controller for secret redaction#11195
sk593 merged 16 commits intomainfrom
add-decryption

Conversation

@sk593
Copy link
Copy Markdown
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: #11093 and #11095

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

@sk593 sk593 had a problem deploying to external-contributor-approval February 6, 2026 17:11 — with GitHub Actions Failure
@sk593 sk593 had a problem deploying to external-contributor-approval February 6, 2026 17:16 — with GitHub Actions Failure
Comment thread pkg/dynamicrp/frontend/getresource.go Outdated
Comment thread pkg/dynamicrp/frontend/updatefilter.go Outdated
@sk593 sk593 had a problem deploying to external-contributor-approval February 9, 2026 17:03 — with GitHub Actions Failure
@sk593 sk593 had a problem deploying to external-contributor-approval February 9, 2026 17:13 — with GitHub Actions Failure
@sk593 sk593 had a problem deploying to external-contributor-approval February 9, 2026 17:13 — with GitHub Actions Failure
@sk593 sk593 had a problem deploying to external-contributor-approval February 11, 2026 05:43 — with GitHub Actions Failure
@sk593 sk593 marked this pull request as ready for review February 11, 2026 05:44
@sk593 sk593 requested review from a team as code owners February 11, 2026 05:44
@sk593 sk593 had a problem deploying to external-contributor-approval February 11, 2026 05:52 — with GitHub Actions Failure
@sk593 sk593 had a problem deploying to external-contributor-approval February 11, 2026 06:06 — with GitHub Actions Failure
Comment thread pkg/dynamicrp/frontend/getresource_test.go Outdated
Comment thread pkg/dynamicrp/frontend/getresource.go Outdated
Comment thread pkg/dynamicrp/frontend/getresource.go Outdated
Comment thread pkg/dynamicrp/frontend/getresource.go Outdated
Comment thread pkg/dynamicrp/frontend/listresources.go Outdated
Comment thread pkg/dynamicrp/frontend/listresources.go Outdated
Comment thread pkg/portableresources/backend/controller/createorupdateresource.go Outdated
Copilot AI review requested due to automatic review settings February 13, 2026 22:12
Signed-off-by: sk593 <shruthikumar@microsoft.com>
@sk593 sk593 had a problem deploying to external-contributor-approval February 17, 2026 23:15 — with GitHub Actions Failure
@sk593 sk593 temporarily deployed to external-contributor-approval February 17, 2026 23:15 — with GitHub Actions Inactive
lakshmimsft
lakshmimsft previously approved these changes Feb 17, 2026
@sk593 sk593 temporarily deployed to external-contributor-approval February 18, 2026 23:28 — with GitHub Actions Inactive
@sk593 sk593 had a problem deploying to external-contributor-approval February 18, 2026 23:38 — with GitHub Actions Failure
Signed-off-by: sk593 <shruthikumar@microsoft.com>
@sk593 sk593 had a problem deploying to external-contributor-approval February 19, 2026 16:00 — with GitHub Actions Failure
@sk593 sk593 temporarily deployed to external-contributor-approval February 19, 2026 17:39 — with GitHub Actions Inactive
Comment thread pkg/schema/validator.go
@sk593 sk593 temporarily deployed to external-contributor-approval February 20, 2026 18:40 — with GitHub Actions Inactive
@sk593 sk593 temporarily deployed to external-contributor-approval February 20, 2026 19:00 — with GitHub Actions Inactive
@sk593 sk593 temporarily deployed to external-contributor-approval February 26, 2026 18:13 — with GitHub Actions Inactive
@radius-functional-tests
Copy link
Copy Markdown

radius-functional-tests Bot commented Feb 26, 2026

Radius functional test overview

🔍 Go to test action run

Click here to see the test run details
Name Value
Repository radius-project/radius
Commit ref 421e148
Unique ID func2e1e55c270
Image tag pr-func2e1e55c270
  • gotestsum 1.13.0
  • KinD: v0.29.0
  • Dapr: 1.14.4
  • Azure KeyVault CSI driver: 1.4.2
  • Azure Workload identity webhook: 1.3.0
  • Bicep recipe location ghcr.io/radius-project/dev/test/testrecipes/test-bicep-recipes/<name>:pr-func2e1e55c270
  • Terraform recipe location http://tf-module-server.radius-test-tf-module-server.svc.cluster.local/<name>.zip (in cluster)
  • applications-rp test image location: ghcr.io/radius-project/dev/applications-rp:pr-func2e1e55c270
  • dynamic-rp test image location: ghcr.io/radius-project/dev/dynamic-rp:pr-func2e1e55c270
  • controller test image location: ghcr.io/radius-project/dev/controller:pr-func2e1e55c270
  • ucp test image location: ghcr.io/radius-project/dev/ucpd:pr-func2e1e55c270
  • deployment-engine test image location: ghcr.io/radius-project/deployment-engine:latest

Test Status

⌛ Building Radius and pushing container images for functional tests...
✅ Container images build succeeded
⌛ Publishing Bicep Recipes for functional tests...
✅ Recipe publishing succeeded
⌛ Starting ucp-cloud functional tests...
⌛ Starting corerp-cloud functional tests...
✅ ucp-cloud functional tests succeeded
✅ corerp-cloud functional tests succeeded

@sk593 sk593 merged commit aa4d36a into main Feb 26, 2026
57 checks passed
@sk593 sk593 deleted the add-decryption branch February 26, 2026 18:57
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>
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.

Frontend Encryption Updates - Get controller

3 participants