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

Enable upload IdP metadata file via terraform #2652

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pawel-macionczyk
Copy link

@pawel-macionczyk pawel-macionczyk commented Nov 8, 2024

ATTENTION! The PR in Datadog Api Client Repo has to be merged first to correctly reference the structure SamlConfigurations in the code. For now the go.mod file is not updated until the mentioned PR will be merged.

This PR enables the possibility to upload IdP metadata using terraform provider.

Using this feature requires only providing the following section in the organization_settings resource:

  saml_configurations {
    idp_metadata= file("/path/to/metadata.xml")
  }

…g SAML metadata (the reference to latest API in go mod is still missing)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant