Presigned URL - CI/CD用語集の定義
presigned URL は、プライベートストレージ内の1つのオブジェクトへのリンクに、署名済みで有効期限のある権限を埋め込みます。これによりクライアントはクラウドの認証情報を持たずにそのオブジェクトを直接GETまたはPUTできます。CIはこれを使ってartifactのupload/downloadを安全に受け渡します。
関連ガイド
Object Storage - CI/CD Glossary DefinitionObject storage keeps data as flat objects in buckets addressed by key, scaling to huge artifact stores - the…
Bucket Policy - CI/CD Glossary DefinitionA bucket policy is a resource-level rule on a storage bucket saying who may do what to its objects - the guar…
Bearer Token - CI/CD Glossary DefinitionA bearer token authorizes whoever holds it - anyone presenting it in the Authorization header gets access - s…