You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/universal-gateway/overview.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ngrok's Universal Gateway is a suite of common tools for building API and device
10
10
11
11
**What makes it "universal"?**
12
12
The Universal Gateway is a flexible and composable platform that can be used with software running locally or in the cloud, and with devices running on-premises or distributed in the field.
13
-
You can deliver traffic to internal and public APIs as well as orchestrate traffic across your devices.
13
+
You can deliver traffic to internal and public APIs as well as orchestrate traffic across your devices.
14
14
It's globally distributed by default and provides support across multiple environments with minimal configuration.
15
15
16
16
:::tip
@@ -31,13 +31,13 @@ With ngrok's Traffic Policy you can:
31
31
- Respond with custom content
32
32
- Forward traffic to your agents running across the globe
33
33
34
-
Because you can add traffic policies to any type of ngrok endpoint, you can use them to scope traffic management for each of your endpoints.
34
+
Because you can add traffic policies to any type of ngrok endpoint, you can use them to scope traffic management for each of your endpoints.
35
35
For example, API teams can manage a traffic policy for their internal services while devops or security teams can manage policies for public services.
36
36
37
37
### Kubernetes Operator
38
38
39
-
The ngrok Kubernetes Operator is the best way to use ngrok if your applications run in Kubernetes environments.
40
-
It comes with custom resources for configuration and also supports both Ingress resources as well as the new cross-platform Gateway API configuration resources.
39
+
The ngrok Kubernetes Operator is the best way to use ngrok if your applications run in Kubernetes environments.
40
+
It comes with custom resources for configuration and also supports both Ingress resources as well as the new cross-platform Gateway API configuration resources.
41
41
42
42
You should use the ngrok Kubernetes Operator if you want to:
43
43
@@ -58,7 +58,7 @@ Whenever changes occur in your ngrok account or when traffic transits through yo
58
58
59
59
### Identify and access management
60
60
61
-
ngrok includes a robust identity and access management (IAM) system.
61
+
ngrok includes a robust identity and access management (IAM) system.
62
62
ngrok's IAM functionality enables you to:
63
63
64
64
- Issue, rotate and revoke unique credentials for each principal in your account (either a human user or an automated process).
0 commit comments