cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Can AWS Fargate Deployment Ignore SSL Certificate?

mengsuan_koe1
Contributor

I am attempting to deploy OneAgent on AWS Fargate using Runtime Injection method as depicted here on documentation: https://www.dynatrace.com/support/help/setup-and-configuration/setup-on-cloud-platforms/amazon-web-s...

However the Dynatrace cluster I am using is a on-prem managed one, which currently does not have valid SSL certificate due to custom domain name used. (Dynatrace Managed CMC does not support getting Let's Encrypt certificate with custom domain name)

Is there a parameter that I can put for AWS to ignore the certificate of Dynatrace Managed? Like a --no-check-certificate kind of workaround.

1 REPLY 1

rodrigo_alvare1
Dynatrace Champion
Dynatrace Champion

Hi,
this is a limitation in AWS Fargate, here there is a discussion about that topic and possible workarounds like use an EC2 instance and add insecure repository or use ECR https://github.com/aws/containers-roadmap/issues/740

The managed cluster should come automatically with a Let's Encrypt cert looking like https://xxxxx.dynatrace-managed.com , that should work in this scenario

Regards

Featured Posts