Bucket Policy - Definição do Glossário de CI/CD
Uma bucket policy é uma regra de acesso em JSON anexada diretamente a um bucket de object storage especificando quais principais podem executar quais ações sobre ele; bucket policies mal configuradas são uma causa principal de build artifacts e caches expostos publicamente.
Guias relacionados
IAM Policy - CI/CD Glossary DefinitionAn IAM policy is a document granting or denying identities specific actions on specific resources, the core w…
Least Privilege - CI/CD Glossary DefinitionLeast privilege grants each identity only the permissions it actually needs and no more, so a leaked CI crede…
Presigned URL - CI/CD Glossary DefinitionA presigned URL grants time-limited access to one object in private storage, so CI can upload or download an…