-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Set custom security policy on AWS ELB #2171
Comments
Hi @tubaguy50035 - perhaps you were looking for the Let me know if you meant something else. |
Yeah, I should have elaborated a bit more. We need to disable TLSv1 for some compliance things, so in order to do that I need to set a custom security policy for my HTTPS listener cipher. |
Ah gotchya - like this: We don't support that yet - tagging as a feature request and we'll get this looked at! |
Correct. Along with this: Thanks! |
+1 this would be a great feature. |
Definitely interested in this particular feature too, it's a must with compliance like PCI-DSS when SSLv3 will soon be banned from the allowed protocols, etc. |
I am by no means a |
The API is not the problem, just need to wait until someone implements it in Terraform. |
I realise that. I was just being proactive and doing some research and making sure that it was just a terraform side implementation issue. Update: BTW sorry, I didn't intend to be disrespectful in my reply ⬆️ I am just trying to say that's why I looked at the AWS-SDK to make sure that it was not a limitation of the underlying libraries ... I wish I had the chops in golang (and the time) to implement this as I would love to be able to stop using CloudFormation for the ELBs and migrate that configuration to terraform 😄 |
This is likely a duplicate of #1226. |
A pull request has been created to add a new resource in the AWS provider that will set a custom security policy on the ELB. #5637 |
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 have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Is there a way to set a custom security policy on an ELB? I didn't see any mention of it in the documentation.
https://www.terraform.io/docs/providers/aws/r/elb.html
If not, it would be nice to have.
The text was updated successfully, but these errors were encountered: