fix(aws): remove SHA-1 from ACM insecure key algorithms (#7547)

This commit is contained in:
Felix Dreissig
2025-04-18 22:25:44 +02:00
committed by Adrián Jesús Peña Rodríguez
parent 7800320189
commit c7754c4331
5 changed files with 1 additions and 5 deletions
-1
View File
@@ -297,7 +297,6 @@ config_aws = {
"insecure_key_algorithms": [
"RSA-1024",
"P-192",
"SHA-1",
],
"eks_required_log_types": [
"api",
-1
View File
@@ -317,7 +317,6 @@ aws:
[
"RSA-1024",
"P-192",
"SHA-1",
]
# AWS EKS Configuration