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

Add support for TOTP/MFA and FIDO variable types in datadog_synthetics_global_variable #2693

Open
mguillet-payfit opened this issue Nov 25, 2024 · 0 comments

Comments

@mguillet-payfit
Copy link

What resources or data sources are affected?

  • datadog_synthetics_global_variable

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 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant