Skip to content

[wrangler] fix: don't require private credential when reusing an existing Secrets Store secret#14362

Merged
edmundhung merged 2 commits into
cloudflare:mainfrom
sherryliu-lsy:sherryliu/wrangler-containers-registries-reuse-secret
Jun 23, 2026
Merged

[wrangler] fix: don't require private credential when reusing an existing Secrets Store secret#14362
edmundhung merged 2 commits into
cloudflare:mainfrom
sherryliu-lsy:sherryliu/wrangler-containers-registries-reuse-secret

Conversation

@sherryliu-lsy

@sherryliu-lsy sherryliu-lsy commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Fixes #CC-7994, Issue 14356

containers registries configure now checks whether the target Secrets Store secret already exists before resolving the private credential. If it exists, the secret is reused by reference, so the credential no longer needs to be supplied via stdin or an interactive prompt. The new-secret and FedRAMP inline paths are unchanged; the interactive secret prompt now appears only when creating a new secret.


  • Tests
    • Tests included/updated
    • Automated tests not possible - manual testing has been completed as follows:
    • Additional testing not necessary because:
  • Public documentation
    • Cloudflare docs PR(s):
    • Documentation not necessary because: feature was already documented and this is a bug fix

A picture of a cute animal (not mandatory, but encouraged)

…ting Secrets Store secret

`containers registries configure` now checks whether the target Secrets Store
secret already exists before resolving the private credential. If it exists, the
secret is reused by reference, so the credential no longer needs to be supplied
via stdin or an interactive prompt. The new-secret and FedRAMP inline paths are
unchanged; the interactive secret prompt now appears only when creating a new
secret.
@pkg-pr-new

pkg-pr-new Bot commented Jun 18, 2026

Copy link
Copy Markdown
@cloudflare/autoconfig

npm i https://pkg.pr.new/cloudflare/workers-sdk/@cloudflare/autoconfig@14362

create-cloudflare

npm i https://pkg.pr.new/cloudflare/workers-sdk/create-cloudflare@14362

@cloudflare/deploy-helpers

npm i https://pkg.pr.new/cloudflare/workers-sdk/@cloudflare/deploy-helpers@14362

@cloudflare/kv-asset-handler

npm i https://pkg.pr.new/cloudflare/workers-sdk/@cloudflare/kv-asset-handler@14362

miniflare

npm i https://pkg.pr.new/cloudflare/workers-sdk/miniflare@14362

@cloudflare/pages-shared

npm i https://pkg.pr.new/cloudflare/workers-sdk/@cloudflare/pages-shared@14362

@cloudflare/unenv-preset

npm i https://pkg.pr.new/cloudflare/workers-sdk/@cloudflare/unenv-preset@14362

@cloudflare/vite-plugin

npm i https://pkg.pr.new/cloudflare/workers-sdk/@cloudflare/vite-plugin@14362

@cloudflare/vitest-pool-workers

npm i https://pkg.pr.new/cloudflare/workers-sdk/@cloudflare/vitest-pool-workers@14362

@cloudflare/workers-auth

npm i https://pkg.pr.new/cloudflare/workers-sdk/@cloudflare/workers-auth@14362

@cloudflare/workers-editor-shared

npm i https://pkg.pr.new/cloudflare/workers-sdk/@cloudflare/workers-editor-shared@14362

@cloudflare/workers-utils

npm i https://pkg.pr.new/cloudflare/workers-sdk/@cloudflare/workers-utils@14362

wrangler

npm i https://pkg.pr.new/cloudflare/workers-sdk/wrangler@14362

commit: ce46f57

@sherryliu-lsy sherryliu-lsy marked this pull request as ready for review June 18, 2026 20:27
@workers-devprod workers-devprod requested review from a team and ascorbic and removed request for a team June 18, 2026 20:27
@workers-devprod

workers-devprod commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Codeowners approval required for this PR:

  • ✅ @cloudflare/cloudchamber
  • ✅ @cloudflare/wrangler
Show detailed file reviewers

@devin-ai-integration devin-ai-integration Bot 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.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@workers-devprod workers-devprod 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.

Codeowners reviews satisfied

@github-project-automation github-project-automation Bot moved this from Untriaged to Approved in workers-sdk Jun 22, 2026
@edmundhung edmundhung merged commit 2a02858 into cloudflare:main Jun 23, 2026
66 of 67 checks passed
@github-project-automation github-project-automation Bot moved this from Approved to Done in workers-sdk Jun 23, 2026
petebacondarwin pushed a commit that referenced this pull request Jun 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

6 participants