
- 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>
11 lines
226 B
Plaintext
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"
|
|
}
|