Skip to content

Commit e96db14

Browse files
rename gateway manager integration in service catalog
1 parent 4b58684 commit e96db14

File tree

3 files changed

+20
-22
lines changed

3 files changed

+20
-22
lines changed

app/_how-tos/map-gateway-manager-resources.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Map Gateway Manager Services in Service Catalog
2+
title: Map API Gateway Services in Service Catalog
33
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.
55
products:
66
- gateway
77
- service-catalog
@@ -13,13 +13,13 @@ entities:
1313
- service
1414
tldr:
1515
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.
1717
prereqs:
1818
entities:
1919
services:
2020
- example-service
2121
related_resources:
22-
- text: Gateway Manager integration
22+
- text: API Gateway integration
2323
url: /service-catalog/integrations/gateway-manager/
2424
- text: Service Catalog
2525
url: /service-catalog/
@@ -29,9 +29,9 @@ related_resources:
2929

3030
## Create a service in Service Catalog
3131

32-
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.
3333

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:
3535

3636
<!--vale off-->
3737
{% konnect_api_request %}
@@ -51,9 +51,9 @@ Export the Service Catalog service ID:
5151
export SERVICE_ID='YOUR-SERVICE-ID'
5252
```
5353

54-
## List Gateway Manager resources
54+
## List API Gateway resources
5555

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:
5757

5858
<!--vale off-->
5959
{% konnect_api_request %}
@@ -72,7 +72,7 @@ export GATEWAY_MANAGER_RESOURCE_ID='YOUR-RESOURCE-ID'
7272

7373
## Map resources to a Service Catalog service
7474

75-
Now, you can map the Gateway Manager resource to the service:
75+
Now, you can map the API Gateway resource to the service:
7676

7777
<!--vale off-->
7878
{% konnect_api_request %}
@@ -89,7 +89,7 @@ body:
8989

9090
## Validate the mapping
9191

92-
To confirm that the Gateway Manager resource is now mapped to the intended service, list the service’s mapped resources:
92+
To confirm that the API Gateway resource is now mapped to the intended service, list the service’s mapped resources:
9393

9494
<!--vale off-->
9595
{% konnect_api_request %}

app/_landing_pages/service-catalog/integrations.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ rows:
146146
- blocks:
147147
- type: card
148148
config:
149-
title: Gateway Manager
150-
description: "Map Gateway Services from {{site.konnect_short_name}} Gateway Manager to visualize services across multiple Control Planes."
149+
title: API Gateway
150+
description: "Map Gateway Services from {{site.konnect_short_name}} to visualize services across multiple Control Planes."
151151
icon: /assets/icons/gateway.svg
152152
ctas:
153153
- text: Reference

app/service-catalog/integrations/gateway-manager.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Gateway Manager"
2+
title: "API Gateway integration"
33
content_type: reference
44
layout: reference
55

@@ -16,28 +16,26 @@ breadcrumbs:
1616

1717
works_on:
1818
- 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.
2020

2121
related_resources:
22-
- text: Map Gateway Manager Services in Service Catalog
22+
- text: Map Gateway Services in Service Catalog
2323
url: /how-to/map-gateway-manager-resources/
2424
- text: "Service Catalog"
2525
url: /service-catalog/
2626
discovery_support: true
2727
bindable_entities: "Gateway Service"
2828
---
2929

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}}.
3531

32+
## Authorize the API Gateway integration
3633

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.
3735

3836
## Resources
3937

40-
Available Gateway Manager entities:
38+
Available API Gateway entities:
4139

4240
{% table %}
4341
columns:
@@ -47,7 +45,7 @@ columns:
4745
key: description
4846
rows:
4947
- 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."
5149
{% endtable %}
5250

5351

0 commit comments

Comments
 (0)