The Wayback Machine - https://web.archive.org/web/20251014183015/https://github.com/docker/buildx/pull/2898
Skip to content

Conversation

tonistiigi
Copy link
Member

@tonistiigi tonistiigi commented Jan 9, 2025

There was a mixup between fs.read and ssh entitlements check.

Corrected behavior is that if bake definition requires default SSH forwarding then "ssh" entitlement is needed. If it requires SSH forwarding via fixed file path then "fs.read" entitlement is needed for that path.

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

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

There was a mixup between fs.read and ssh entitlements check.

Corrected behavior is that if bake definition requires default
SSH forwarding then "ssh" entitlement is needed. If it requires
SSH forwarding via fixed file path then "fs.read" entitlement is
needed for that path.

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
@tonistiigi tonistiigi force-pushed the bake-entitlement-ssh-fix branch from 25c6b8e to 5f057bd Compare January 9, 2025 02:19
@tonistiigi tonistiigi merged commit 16edf5d into docker:master Jan 9, 2025
124 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

2 participants