diff --git a/doc/user-guides/full-walkthrough/secure-protect-connect-openshift.md b/doc/user-guides/full-walkthrough/secure-protect-connect-openshift.md index 6eff879b1..544794c67 100644 --- a/doc/user-guides/full-walkthrough/secure-protect-connect-openshift.md +++ b/doc/user-guides/full-walkthrough/secure-protect-connect-openshift.md @@ -16,16 +16,16 @@ This guide walks you through using Kuadrant to secure, protect, and connect an A Set the following environment variables used for convenience in this guide: ```bash -export KUADRANT_GATEWAY_NS=api-gateway -export KUADRANT_GATEWAY_NAME=external -export KUADRANT_DEVELOPER_NS=toystore -export KUADRANT_AWS_ACCESS_KEY_ID=xxxx -export KUADRANT_AWS_SECRET_ACCESS_KEY=xxxx -export KUADRANT_AWS_REGION=us-east-1 -export KUADRANT_AWS_DNS_PUBLIC_ZONE_ID=xxxx -export KUADRANT_ZONE_ROOT_DOMAIN=example.com -export KUADRANT_CLUSTER_ISSUER_NAME=lets-encrypt -export KUADRANT_EMAIL=foo@example.com +export KUADRANT_GATEWAY_NS=api-gateway # Namespace for the example Gateway +export KUADRANT_GATEWAY_NAME=external # Name for the example Gateway +export KUADRANT_DEVELOPER_NS=toystore # Namespace for an example toystore app +export KUADRANT_AWS_ACCESS_KEY_ID=xxxx # AWS Key ID with access to manage the DNS Zone ID below +export KUADRANT_AWS_SECRET_ACCESS_KEY=xxxx # AWS Secret Access Key with access to manage the DNS Zone ID below +export KUADRANT_AWS_REGION=us-east-1 # Region to create the DNS resources in AWS +export KUADRANT_AWS_DNS_PUBLIC_ZONE_ID=xxxx # AWS Route 53 Zone ID for the Gateway +export KUADRANT_ZONE_ROOT_DOMAIN=example.com # Root domain associated with the Zone ID above +export KUADRANT_CLUSTER_ISSUER_NAME=lets-encrypt # Name for the ClusterIssuer +export KUADRANT_EMAIL=foo@example.com # Email address to associate with the example LetsEncrypt issuer ``` ### Set up a DNS Provider