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

ci: split aws credentials in two separate users with scoped perms #64576

Merged
merged 1 commit into from
Sep 20, 2019

Commits on Sep 19, 2019

  1. ci: split aws credentials in two separate users with scoped perms

    This commit changes our CI to use two separate IAM users to
    authenticate with AWS:
    
    * ci--rust-lang--rust--sccache: has access to the rust-lang-ci-sccache2
      S3 bucket and its credentials are available during the whole build.
    * ci--rust-lang--rust--upload: has access to the rust-lang-ci2 S3 bucket
      and its credentials are available just during the upload step.
    
    The new tokens are available in the `prod-credentials` library.
    pietroalbini committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    5384a19 View commit details
    Browse the repository at this point in the history