Skip to content

Commit

Permalink
Update doc/user-guides/full-walkthrough/secure-protect-connect-opensh…
Browse files Browse the repository at this point in the history
…ift.md

Co-authored-by: Jason Madigan <[email protected]>
  • Loading branch information
R-Lawton and jasonmadigan authored Dec 3, 2024
1 parent 097d275 commit a8cdfd4
Showing 1 changed file with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]
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 [email protected] # Email address to associate with the example LetsEncrypt issuer
```

### Set up a DNS Provider
Expand Down

0 comments on commit a8cdfd4

Please sign in to comment.