terraform-provider-http
terraform-provider-http copied to clipboard
Support for application/samlmetadata+xml
trafficstars
Terraform CLI and Provider Versions
Terraform v1.3.9 on linux_amd64
- provider registry.terraform.io/hashicorp/aws v4.33.0
Use Cases or Problem Statement
This is a text type, not binary data. The accept type is actually:
application/samlmetadata+xml;charset=ISO-8859-1
This simply displays a warning, and that's fine I can live with that. I imagine I'm not the only person who's confused by this not being included.
In my case I'm getting metadata from Okta and passing it into aws to provision the identity provider in there.
Proposal
My preference would be this doesn't show a warning, this return type is a valid xml document.
How much impact is this issue causing?
Low
Additional Information
This is more annoying than an issue, I've marked the impact low as a result of this.
Code of Conduct
- [X] I agree to follow this project's Code of Conduct