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

[buildkite] Implement secrets encryption and sandboxing #41256

Merged
merged 1 commit into from
Jun 18, 2021

Commits on Jun 17, 2021

  1. [buildkite] Implement secrets encryption and sandboxing

    This adds a proof-of-concept demonstration of two new buildkite plugins:
    
    * `cryptic` adds secrets management to privileged pipelines.  These
    pipelines cannot be freely modified; their integrity is verified against
    a signature maintained by committers with a secret key.  This allows
    certain portions of the CI configuration (which are privileged and can
    decrypt encrypted files/environment variables) to remain public, but
    read-only to the general populace.
    
    *  `sandbox` adds a generic sandboxing mechanism that allows CI steps to
    be run within user-provided rootfs images.  We're using these here to
    provide compiler toolchains for the `llvm-passes` CI steps, and the plan
    is to eventually provide _all_ compiler toolchains through such rootfs
    images.
    staticfloat committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    a3b97dc View commit details
    Browse the repository at this point in the history