We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c47c10c commit 92064f2Copy full SHA for 92064f2
services/mesh-forwarder/src/awsmesh/entrypoint.py
@@ -12,8 +12,6 @@
12
from awsmesh.message_destination_resolver import MessageDestinationConfig
13
from awsmesh.secrets import SsmSecretManager
14
15
-urllib3.disable_warnings(urllib3.exceptions.SubjectAltNameWarning)
16
-
17
18
def build_mesh_config_from_ssm(ssm, config) -> MeshConfig:
19
mesh_client_cert_path = join(config.forwarder_home, "client_cert.pem")
0 commit comments