Skip to content

Commit

Permalink
Update MFA point about Application Credentials
Browse files Browse the repository at this point in the history
Update the documentation to inform that when MFA
is enabled it's also enforced for Application
Credentials.
  • Loading branch information
tobias-urdin committed Nov 12, 2024
1 parent 80d6427 commit f515f47
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions getting-started/users.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ Application Credentials

.. warning::

If you enable :ref:`mfa-users-label` all Application Credentials for your API user will **STOP** working.
If you enable :ref:`mfa-users-label` all Application Credentials for your API user will also
be enforced to use MFA.

Using an Application Credentials makes it possible to grant specific access to your application(s) as a user without
sharing the credentials for that user.
Expand Down Expand Up @@ -238,7 +239,8 @@ Application Credentials and EC2 credentials that you've created.
- If you lose access to your TOTP application or device you will lose access to your API user, we
recommend that you keep a backup of your TOTP secret.

- :ref:`application-credentials-label` for this user will **STOP** working.
- All :ref:`application-credentials-label` for this user will be enforced
to use MFA.

- :ref:`EC2 credentials <ec2-credential-label>` for this user will continue to work
and MFA will **NOT** be enforced, make sure to audit your EC2 credentials.
Expand Down

0 comments on commit f515f47

Please sign in to comment.