mTLS - CI/CD用語集の定義
mTLS(mutual TLS)はTLSを拡張し、serverだけでなく両者が証明書で認証を行うようにします。すべてのサービス間呼び出しが相互に検証されることを保証し、zero-trustネットワーキングを支えます。
関連ガイド
Zero Trust - CI/CD Glossary DefinitionZero trust assumes no implicit trust from network location: every request must be authenticated and authorize…
KMS - CI/CD Glossary DefinitionA KMS creates, stores, and controls cryptographic keys, so CI can encrypt secrets and sign artifacts without…
Distributed Tracing - CI/CD Glossary DefinitionDistributed tracing stitches a request’s journey across services into one timeline of spans, so you can see w…