-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add env variables to konnect prereq; combine validation for rate limi…
…ting and proxy caching
- Loading branch information
1 parent
c85fc29
commit 075b5e7
Showing
4 changed files
with
62 additions
and
59 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
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{% assign konnect_token = site.data.entity_examples.config.konnect_variables.pat.placeholder %} | ||
|
||
We'll be using decK for this tutorial, so let's check that {{site.base_gateway}} is running and that decK can access it: | ||
|
||
```sh | ||
deck gateway ping | ||
``` | ||
{: data-deployment-topology="on-prem" } | ||
```bash | ||
deck gateway ping \ | ||
--konnect-token ${{konnect_token}} \ | ||
--konnect-control-plane-name $KONNECT_CP_NAME | ||
``` | ||
{: data-deployment-topology="konnect" } | ||
|
||
If everything is running, then you should get the following response: | ||
|
||
```sh | ||
Successfully connected to Kong! | ||
Kong version: 3.9.0.0 | ||
``` | ||
{: data-deployment-topology="on-prem" .no-copy-code} | ||
|
||
``` | ||
Successfully Konnected to the Kong organization! | ||
``` | ||
{: data-deployment-topology="konnect" .no-copy-code} |
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
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