Multi-Factor Authentication (MFA) - Definição do Glossário de CI/CD
A autenticação multifator exige dois ou mais fatores independentes para autenticar - algo que você sabe, algo que você tem ou algo que você é - de modo que uma senha roubada sozinha não seja suficiente.
Fatores fortes
Chaves de segurança de hardware e TOTP baseado em aplicativo resistem a phishing muito melhor do que códigos por SMS, que podem ser interceptados ou sofrer SIM swap.
Em CI/CD
Exija MFA em contas que podem alterar pipelines, secrets ou branches protegidas; identidades de automação usam tokens em vez de MFA.
Guias relacionados
Single Sign-On (SSO) - CI/CD Glossary DefinitionSingle Sign-On (SSO): Single sign-on lets a user authenticate once with an identity provider and then access…
Authentication - CI/CD Glossary DefinitionAuthentication: Authentication is the process of verifying who a caller is, usually by checking a credential…
Principle of Least Privilege - CI/CD Glossary DefinitionPrinciple of Least Privilege: The principle of least privilege states that an identity should be granted only…