@@ -72,7 +72,6 @@ var yamlSecrets = []yamlSecret{
7272 "/examples/ingress-resources/rate-limit/cafe-secret.yaml" ,
7373 "/examples/ingress-resources/security-monitoring/cafe-secret.yaml" ,
7474 "/tests/data/appprotect/appprotect-secret.yaml" ,
75- "/tests/data/common/app/secure/secret/app-tls-secret.yaml" ,
7675 "/tests/data/dos/tls-secret.yaml" ,
7776 "/tests/data/egress-mtls/secret/tls-secret.yaml" ,
7877 "/tests/data/ingress-mtls/secret/tls-secret.yaml" ,
@@ -316,4 +315,25 @@ var yamlSecrets = []yamlSecret{
316315 "suite/test_app_protect_waf_policies_grpc.py::TestAppProtectVSGrpc - needed for the common name" ,
317316 },
318317 },
318+
319+ {
320+ secretName : "app-tls-secret" ,
321+ fileName : "app-tls-secret.yaml" ,
322+ templateData : templateData {
323+ country : []string {"IE" },
324+ organization : []string {"F5 NGINX" },
325+ organizationalUnit : []string {"NGINX Ingress Controller" },
326+ locality : []string {"Cork" },
327+ province : []string {"Cork" },
328+ commonName : "app.example.com" ,
329+ dnsNames : []string {"app.example.com" },
330+ },
331+ valid : secretShouldHaveValidTLSCrt ,
332+ symlinks : []string {
333+ "/tests/data/common/app/secure/secret/app-tls-secret.yaml" ,
334+ },
335+ usedIn : []string {
336+ "suite/test_transport_server_backup_service.py - needed for the common name and secret name" ,
337+ },
338+ },
319339}
0 commit comments