You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A synthetics global variable can have different types (e.g., raw value, MFA token, Virtual Authenticator).
Currently, the datadog_synthetics_global_variable resource only supports defining a variable with a raw value. Although the options.totp_parameters attribute exists, it doesn't set the variable as an MFA/TOTP token.
The Datadog API documentation indicates that the is_fido and is_totp boolean parameters can be used in the request body to define the type of a variable. However, these parameters are not currently configurable in the datadog_synthetics_global_variable resource.
FYI, I tested defining a synthetic global variable with the resource and manually changing its type afterward. The modification is reverted to a raw value on next change applied.
Please add support for defining TOTP/MFA and FIDO variables in the datadog_synthetics_global_variable resource.
References
No response
The text was updated successfully, but these errors were encountered:
What resources or data sources are affected?
Feature Request
A synthetics global variable can have different types (e.g., raw value, MFA token, Virtual Authenticator).
Currently, the
datadog_synthetics_global_variable
resource only supports defining a variable with a raw value. Although theoptions.totp_parameters
attribute exists, it doesn't set the variable as an MFA/TOTP token.The Datadog API documentation indicates that the
is_fido
andis_totp
boolean parameters can be used in the request body to define the type of a variable. However, these parameters are not currently configurable in thedatadog_synthetics_global_variable
resource.FYI, I tested defining a synthetic global variable with the resource and manually changing its type afterward. The modification is reverted to a raw value on next change applied.
Please add support for defining TOTP/MFA and FIDO variables in the
datadog_synthetics_global_variable
resource.References
No response
The text was updated successfully, but these errors were encountered: