Add way to configure image registries without secret store integration for fedramp_high#11196
Add way to configure image registries without secret store integration for fedramp_high#11196nikitassharma merged 8 commits intomainfrom
fedramp_high#11196Conversation
🦋 Changeset detectedLatest commit: 913738a The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
create-cloudflare
@cloudflare/kv-asset-handler
miniflare
@cloudflare/pages-shared
@cloudflare/unenv-preset
@cloudflare/vite-plugin
@cloudflare/vitest-pool-workers
@cloudflare/workers-editor-shared
@cloudflare/workers-utils
wrangler
commit: |
a51a69b to
36c50a9
Compare
36c50a9 to
f7ee357
Compare
fedramp_moderatefedramp_high
|
Claude finished @emily-shen's task —— View job Changeset ReviewReviewing changeset file:
Changelog Quality Issues: The changeset description is too brief and doesn't follow the guidelines for new features (minor version bumps). According to
Suggested Improvement: The changeset should include:
Example format: Add support for configuring image registries in FedRAMP High environments
You can now configure container image registries in FedRAMP High environments. When deploying to a FedRAMP High region, wrangler will automatically send registry credentials directly to the container control plane instead of using the secret store (which is not available in FedRAMP High).
Usage example showing the command or configuration would go here.No issues with:
|
20a9d77 to
65595ae
Compare
…n for `fedramp_high` (cloudflare#11196) * Fix nits from cloudflare#10605 * non-secret-store mode * update containers api client * clean up fedramp region code * add tests * changeset * containers-shared minor * prettify --------- Co-authored-by: Nikita Sharma <nsharma@cloudflare.com>
Normally, we want to use secret-store to store credentials for image registries.
However, secret store is not available in fedramp_moderate, and containers will be. If FRH is detected, wrangler will not create a secret store but rather pass the secret directly to the container control plane to handle.