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

fix(codebuild): project didn't have permissions to retrieve secret of image with credentials #8845

Merged
merged 3 commits into from Jul 2, 2020

Commits on Jul 1, 2020

  1. fix(codebuild): project didn't have permissions to retrieve secret of…

    … image with credentials
    
    For build images that used credentials,
    the role of the project wasn't granted permissions to read the secret from SecretsManager,
    which meant the build would always fail executing in the 'Provisioning' phase.
    skinny85 committed Jul 1, 2020
    Copy the full SHA
    db758cf View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2020

  1. Copy the full SHA
    62a3479 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0a392d2 View commit details
    Browse the repository at this point in the history