salesforce / terraform-provider-anypoint

The official Terraform Provider for Mulesoft Anypoint Platform

Home Page:https://registry.terraform.io/providers/mulesoft-anypoint/anypoint/latest/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to add client certificate to a Load Balancer

ccortinhas-pmi opened this issue · comments

Using provider v1.5.2 we are deploying multiple DLBs with certificates. However we noticed that it is not possible to set a Client Certificate, for example of a trusted CA to verify client certificates. Can you implement this feature please? It's one of the few mandatory manual steps that's stopping us from fully automating our Mulesoft infrastructure.

Hi @ccortinhas-pmi,

I am happy to help you with this, but I need you to point me to the documentation about what exactly you're trying to accomplish with DLB or if you can send me a quick video of the steps you perform to do this.

Discord: https://discord.gg/pSx9vaZ3

Hello @soufi ,

A close case to ours is explained here.

Notice the second screen in particular and the client certificate:
image

We had success in setting the SSL/TLS certificate via terraform, but we also need to apply a client certificate, and it seems that anypoint provider v1.5.2 didn't support that yet, unless we overlooked something.

Thank you @ccortinhas-pmi I will take a look at this as soon as possible. You are welcome to help this is an open source initiative ;)

@ccortinhas-pmi you can close this one, it was solved on the v1.5.3 of the provider and PR was sent here for alignment.