OIDC Federation - CI/CD用語集の定義
OIDC federationは、クラウドプロバイダーがCIプラットフォームのOIDC issuerを信頼するよう構成し、workflowの短命なIDトークンを、保存されたsecretなしで一時的な資格情報と交換できるようにします。
関連ガイド
Short-Lived Credentials - CI/CD Glossary DefinitionShort-lived credentials expire minutes after issue, so a leaked CI token is useless almost immediately - the…
Zero Trust - CI/CD Glossary DefinitionZero trust assumes no implicit trust from network location: every request must be authenticated and authorize…
Secret Rotation - CI/CD Glossary DefinitionSecret rotation periodically replaces credentials with new values and retires the old, limiting how long any…