Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TEP-0029 Technical design for Step & Sidecar Workspaces #260

Merged
merged 1 commit into from Jan 12, 2021
Merged

TEP-0029 Technical design for Step & Sidecar Workspaces #260

merged 1 commit into from Jan 12, 2021

Commits on Jan 12, 2021

  1. TEP-0029 Propose technical design for Step & Sidecar Workspaces

    In f22828 we introduced a new TEP describing two problems: first, Sidecars
    don't have access to Workspaces. Second: Workspaces are globally available to all
    Steps all of the time. For sensitive data this is less than ideal - preferably a
    Task should be able to declare precisely which Steps or Sidecars are allowed to
    access a given Workspace.
    
    This commit adds a technical design to TEP-0029 that shows how we can add both
    Workspace support to Sidecars as well as a mechanism for isolating Workspaces
    to specific Steps/Sidecars in a Task.
    Scott committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    d9d0d81 View commit details
    Browse the repository at this point in the history