Restrict access to specific CodeBuild projects
We’re using AWS CodeBuild to run a process to deploy code changes. This is run manually when a user wants to deploy the changes. So far we’ve set this up for deploying to dev servers. We now want to set up a process to deploy to production.
I want to create a second build project, but I don’t want every user that can access codebuiild to be able to run it. I can’t see anywhere how to restrict specific users from accessing a specific project.
Resttrict access to specific CodeBuild projects
We’re using AWS CodeBuild to run a process to deploy code changes. This is run manually when a user wants to deploy the changes. So far we’ve set this up for deploying to dev servers. We now want to set up a process to deploy to production.
I want to create a second build project, but I don’t want every user that can access codebuiild to be able to run it. I can’t see anywhere how to restrict specific users from accessing a specific project.
How to AWS CodeBuild fail on test/code coverage results but STILL ingest report files
We have a CodeBuild playbook that builds and tests within Docker and exports the report files for CodeBuild to ingest at the end for presentation in the web console.