Files
test/config/security/files/default.json5
Thomas Sunil c3c5c1fb23 Add HTTPS and HTTP ingress routing tests with cert validation
- Added tests for HTTP and HTTPS ingress routing with path-based rules
    - HTTPS test includes TLS cert creation, secret setup, and issuer validation
    - Introduced supporting keywords for secrets, namespaces, and OpenSSL operations

Change-Id: I2f22ebdc3cce709d31d7fbc266ef00e12647a9ec
Signed-off-by: Thomas Sunil <sunil.thomas@windriver.com>
2025-05-08 12:56:51 -04:00

11 lines
226 B
Plaintext

{
// dns name for the lab
"dns_name": "lab_dns_name",
// ACME server url
"stepca_server_url": "external_acme_server_url",
// ACME server issuer
"stepca_server_issuer": "external_acme_server_issuer"
}