-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update doc/user-guides/full-walkthrough/secure-protect-connect-opensh…
…ift.md Co-authored-by: Jason Madigan <[email protected]>
- Loading branch information
1 parent
097d275
commit a8cdfd4
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|