diff --git a/doc/user-guides/secure-protect-connect.md b/doc/user-guides/secure-protect-connect.md index b7dcad2f5..822c0006c 100644 --- a/doc/user-guides/secure-protect-connect.md +++ b/doc/user-guides/secure-protect-connect.md @@ -259,7 +259,7 @@ kubectl wait dnspolicy simple-dnspolicy -n kuadrant-system --for=condition=ready If you want to see the DNSRecord created by the this policy, execute the following command: ```sh -kubectl get dnsrecord api-gateway-api -n kuadrant-system -o=yaml +kubectl get dnsrecord.kuadrant.io api-gateway-api -n kuadrant-system -o=yaml ``` So now we have a wildcard DNS record to bring traffic to our gateway. @@ -277,7 +277,7 @@ Next, we are going to allow authenticated access to our Toystore API. To do this Let's define an API Key for users **bob** and **alice**. ```sh -kubectl apply -f - < **Note:** If you configured a DNS provider during the setup and defined the DNSPolicy as described in one of the previous chapters you can omit the `--resolve api.${KUADRANT_ZONE_ROOT_DOMAIN}:443:${INGRESS_HOST}` flag.