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: app/_how-tos/map-gateway-manager-resources.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
-
title: Map Gateway Manager Services in Service Catalog
2
+
title: Map API Gateway Services in Service Catalog
3
3
content_type: how_to
4
-
description: Learn how to map Gateway Services from {{site.konnect_short_name}} Gateway Manager in Service Catalog to visualize services across multiple Control Planes.
4
+
description: Learn how to map API Gateway Services from {{site.konnect_short_name}} to a service in Service Catalog to visualize services across multiple control planes.
5
5
products:
6
6
- gateway
7
7
- service-catalog
@@ -13,13 +13,13 @@ entities:
13
13
- service
14
14
tldr:
15
15
q: How do I map Gateway Services in Service Catalog?
16
-
a: Create a Service Catalog service and associate it with your Gateway Manager resources to visualize Services across multiple Control Planes.
16
+
a: Create a Service Catalog service and associate it with your API Gateway resources to visualize Services across multiple control planes.
In this tutorial, you'll map Gateway Services from Gateway Manager to a service in Service Catalog. Because the Gateway Manager integration is built-in, you don't need to install or authorize it like other Service Catalog integrations.
32
+
In this tutorial, you'll map API Gateway Services from {{site.konnect_short_name}} to a service in Service Catalog. Because the API Gateway integration is built-in, you don't need to install or authorize it like other Service Catalog integrations.
33
33
34
-
Create a service that you'll map to your Gateway Manager resources:
34
+
Create a service that you'll map to your API Gateway resources:
35
35
36
36
<!--vale off-->
37
37
{% konnect_api_request %}
@@ -51,9 +51,9 @@ Export the Service Catalog service ID:
51
51
export SERVICE_ID='YOUR-SERVICE-ID'
52
52
```
53
53
54
-
## List Gateway Manager resources
54
+
## List API Gateway resources
55
55
56
-
Before you can map a resource to Service Catalog, you first need to find the resources that are pulled in from Gateway Manager:
56
+
Before you can map a resource to Service Catalog, you first need to find the resources that are pulled in from API Gateway:
Copy file name to clipboardExpand all lines: app/service-catalog/integrations/gateway-manager.md
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: "Gateway Manager"
2
+
title: "API Gateway integration"
3
3
content_type: reference
4
4
layout: reference
5
5
@@ -16,28 +16,26 @@ breadcrumbs:
16
16
17
17
works_on:
18
18
- konnect
19
-
description: The Gateway Manager integration is built directly into Service Catalog, so no additional authorization is needed.
19
+
description: The API Gateway integration is built directly into Service Catalog, so no additional authorization is needed.
20
20
21
21
related_resources:
22
-
- text: Map Gateway Manager Services in Service Catalog
22
+
- text: Map Gateway Services in Service Catalog
23
23
url: /how-to/map-gateway-manager-resources/
24
24
- text: "Service Catalog"
25
25
url: /service-catalog/
26
26
discovery_support: true
27
27
bindable_entities: "Gateway Service"
28
28
---
29
29
30
-
This integration allows you to associate your Service Catalog service to one or more Gateway Services registered in {{site.konnect_short_name}}’s Gateway Manager application.
31
-
32
-
## Authorize the Gateway Manager integration
33
-
34
-
The Gateway Manager integration is built directly into Service Catalog. No additional authorization is required. As new Gateway Services are created in Gateway Manager, they are automatically discovered by Service Catalog and surfaced as Resources.
30
+
This integration allows you to associate your Service Catalog service to one or more Gateway Services registered in {{site.konnect_short_name}}.
35
31
32
+
## Authorize the API Gateway integration
36
33
34
+
The API Gateway integration is built directly into Service Catalog. No additional authorization is required. As new Gateway Services are created in {{site.konnect_short_name}}, they are automatically discovered by Service Catalog and surfaced as Resources.
37
35
38
36
## Resources
39
37
40
-
Available Gateway Manager entities:
38
+
Available API Gateway entities:
41
39
42
40
{% table %}
43
41
columns:
@@ -47,7 +45,7 @@ columns:
47
45
key: description
48
46
rows:
49
47
- entity: "Gateway Service"
50
-
description: "Represents an upstream backend service in your system. See [Gateway Services](/gateway-manager/) for more information."
48
+
description: "Represents an upstream backend service in your system. See [Gateway Services](/gateway/entities/service/) for more information."
0 commit comments