Skip to content

docs(spec): BicepSettings AzureWI + AwsIrsa runtime completion (fast-follow design note) - #12511

Open
sylvainsf wants to merge 2 commits into
mainfrom
spec/bicep-settings-identity-auth-fast-follow
Open

docs(spec): BicepSettings AzureWI + AwsIrsa runtime completion (fast-follow design note)#12511
sylvainsf wants to merge 2 commits into
mainfrom
spec/bicep-settings-identity-auth-fast-follow

Conversation

@sylvainsf

Copy link
Copy Markdown
Contributor

Summary

Design note for the fast-follow work tracked in the terraform-bicep-config architecture doc.

Radius.Core/bicepSettings accepts BasicAuth, AzureWI, AwsIrsa in schema but only BasicAuth is wired at runtime. This spec covers completing AzureWI and AwsIrsa execution support.

What is in this PR

  • eng/design-notes/recipes/2026-07-bicep-settings-identity-auth-fast-follow.md

Related

Copilot AI review requested due to automatic review settings July 22, 2026 22:42
@sylvainsf
sylvainsf requested review from a team as code owners July 22, 2026 22:42
@github-actions

Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR adds a design note describing the fast-follow runtime work needed to make Radius.Core/bicepSettings identity-based registry auth (AzureWI, AwsIrsa) effective during Bicep recipe execution (today only BasicAuth is wired end-to-end).

Changes:

  • Adds a design note outlining the current runtime gap (bridge/driver only handling basicAuthSecretId) and the desired end state.
  • Proposes runtime shape changes and method-aware behavior for secret prefetch (FindSecretIDs) and auth payload construction.
  • Describes a unit + functional testing plan and acceptance criteria for all three auth methods.

Comment thread eng/design-notes/recipes/2026-07-bicep-settings-identity-auth-fast-follow.md Outdated
Copilot AI review requested due to automatic review settings July 22, 2026 22:56

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.

Comments suppressed due to low confidence (1)

eng/design-notes/recipes/2026-07-bicep-settings-identity-auth-fast-follow.md:14

  • The linked architecture doc path is incorrect; docs/architecture/terraform-bicep-config.md does not exist in this repo (the current doc is terraform-bicep-settings.md). This link will be broken for readers and makes the reference to the limitations section harder to validate.
The checked-in architecture document ([docs/architecture/terraform-bicep-config.md](../../../docs/architecture/terraform-bicep-config.md), §Status and known limitations) already calls out this limitation as a follow-up. API validation accepts identity methods, but the environment-to-driver bridge currently only forwards entries containing `basicAuthSecretId`, which makes `AzureWI` and `AwsIrsa` no-ops at runtime.

@DariuszPorowski DariuszPorowski changed the title spec: BicepSettings AzureWI + AwsIrsa runtime completion (fast-follow design note) docs(spec): BicepSettings AzureWI + AwsIrsa runtime completion (fast-follow design note) Jul 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants