Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MFG GV hashing algorithm #26748

Merged
merged 1 commit into from
Dec 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/en/synthetics/platform/settings/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@

{{% tab "MFA Token" %}}

To generate and use a TOTP in your tests, create a global variable where you enter a secret key or upload a QR code from your authentication provider.
To generate and use a TOTP in your tests, create a global variable where you enter a secret key or upload a QR code from your authentication provider. **Note:** Currently, only the SHA1 hashing algorithm is supported for TOTP.

Check notice on line 236 in content/en/synthetics/platform/settings/_index.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.sentencelength

Suggestion: Try to keep your sentence length to 25 words or fewer.

Check warning on line 236 in content/en/synthetics/platform/settings/_index.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.tense

Avoid temporal words like 'Currently'.

1. In **Choose variable type**, select **MFA Token**.
2. In **Define Variable**, enter a **Variable Name**. Your variable name can only use uppercase letters, numbers, and underscores.
Expand Down Expand Up @@ -330,4 +330,4 @@
[18]: /synthetics/mobile_app_testing/settings/
[19]: /synthetics/mobile_app_testing/#use-global-variables
[20]: https://app.datadoghq.com/synthetics/settings/default
[21]: https://app.datadoghq.com/monitors/settings/policies
[21]: https://app.datadoghq.com/monitors/settings/policies
Loading