Skip to content

Commit 23faab0

Browse files
committed
Link to Prometheus
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent a547403 commit 23faab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/_posts/2025-03-10-secure-http-tunnels-with-oauth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ For the tunnel client make sure you have the [`inlets-pro` binary](https://githu
4747

4848
## Connect the tunnel client
4949

50-
In this example we will be exposing a Prometheus server so people can access the UI and HTTP API to explore metrics.
50+
In this example we will be exposing [Prometheus](https://prometheus.io/), which is a popular open source tool for monitoring and alerting. We chose it because it has a web interface, and an API exposed over the same port. It does have some of its own built-in options for authentication, but when we use it with inlets, we can bypass authentication for our own local use, and only enforce it for remote users.
5151

5252
Expose the Prometheus upstream without any authentication enabled:
5353

0 commit comments

Comments
 (0)