Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Commit 191d3bc

Browse files
authored
📚 link to official Admin API loopback docs
1 parent 324750e commit 191d3bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ADMIN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ heroku run bash --app $APP_NAME
2929
### Proxy & protect the Admin API
3030
Kong's Admin API has no built-in authentication. Its exposure must be limited to a restricted, private network. For Kong on Heroku, the Admin API listens privately on `localhost:8001`.
3131

32-
To make Kong Admin accessible from other locations, let's setup Kong itself to proxy its Admin API with key authentication, HTTPS-enforcement, and request rate & size limiting.
32+
To make Kong Admin accessible from other locations, let's setup a secure [loopback proxy](https://docs.konghq.com/0.14.x/secure-admin-api/#kong-api-loopback) with key authentication, HTTPS-enforcement, and request rate & size limiting.
3333

3434
⚠️ **This [Admin API proxy is generated automatically](README.md#user-content-admin-api) during the initial deployment's release**, if the `KONG_HEROKU_ADMIN_KEY` config var is set, such as when [using the automated app setup](README.md#user-content-deploy).
3535

@@ -81,4 +81,4 @@ Now, access Kong's Admin API via the protected, public-facing proxy:
8181
curl -H "apikey: $ADMIN_KEY" https://$APP_NAME.herokuapp.com/kong-admin/status
8282
# or use query params:
8383
curl https://$APP_NAME.herokuapp.com/kong-admin/status?apikey=$ADMIN_KEY
84-
```
84+
```

0 commit comments

Comments
 (0)