Deploy Token - CI/CD用語集の定義
デプロイトークンとは、単一の機能(レジストリへのプッシュやパッケージフィードの読み取りなど)にスコープが限定された専用の資格情報で、個人アカウントの代わりに pipeline が使用するため、アクセスが監査可能かつ取り消し可能になります。
関連ガイド
Webhook Secret - CI/CD Glossary DefinitionA webhook secret is a shared key used to sign webhook payloads so the receiver can verify a delivery genuinel…
Environment Variable Scoping - CI/CD Glossary DefinitionEnvironment variable scoping controls where a value is visible - workflow, job, or step - so secrets and conf…
Idempotency Key - CI/CD Glossary DefinitionAn idempotency key is a unique token a client attaches to a request so a server can recognize and ignore dupl…