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

Feature Request: AzureRM_Application_Gateway - SSL Policy #898

Closed
TechyMatt opened this issue Feb 27, 2018 · 2 comments
Closed

Feature Request: AzureRM_Application_Gateway - SSL Policy #898

TechyMatt opened this issue Feb 27, 2018 · 2 comments

Comments

@TechyMatt
Copy link
Contributor

Through PowerShell today you can create an SSL Policy on an application gateway. Ideally on the azurem_application_gateway module you should be able to specify an ssl_policy block as such:

ssl_policy {
	min_protocol_version = "TLSv1_2"
	cipher_suite = ["TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256", 
					"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384", 
					"TLS_RSA_WITH_AES_128_GCM_SHA256",
	]
}

Here is the documentation from azure-docs [https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/application-gateway/application-gateway-configure-ssl-policy-powershell.md]

@tombuildsstuff
Copy link
Contributor

Hey @mb290

Thanks for opening this issue :)

Support for this has previously been requested in #451 - as such I'm going to close this issue in favour of that one. Just to let you know that we've got a few enhancements we want to do for the Application Gateway resource - but we're actually waiting on a critical bug to be fixed in the Application Gateway API before we extend this resource further - but we'll be sure to take a look when that's resolved.

Thanks!

@ghost
Copy link

ghost commented Mar 31, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!

@ghost ghost locked and limited conversation to collaborators Mar 31, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants