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
{{ message }}
This repository was archived by the owner on Oct 17, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+36-21Lines changed: 36 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,10 @@
3
3
- Axway Service Broker for Pivotal Cloud Foundry based on [Fully brokered Architecture](https://docs.pivotal.io/pivotalcf/1-12/services/route-services.html#fully-brokered)
4
4
5
5
6
-
## API Management Version Compatibilty
7
-
This artefact was successfully tested for the following versions:
8
-
- Axway AMPLIFY API Management 7.6.2 SP3 and 7.7
6
+
## API Management Version Compatibility
7
+
This artifact successfully tested with following versions:
8
+
- Axway AMPLIFY API Management 7.6.2 SP3 and v7.7.20200330
9
+
- cf 2.8.1
9
10
10
11
11
12
## Prerequisites
@@ -33,7 +34,18 @@ This artefact was successfully tested for the following versions:
$cf set-env axway-apim-service-broker TRUST_CERTS login.sys.pie-25.cfplatformeng.com,api.sys.pie-25.cfplatformeng.com //If your PCF instance uses self-signed certs, you may need to use this environment variable to prevent some security errors
128
+
$cf set-env axway-apim-service-broker TRUST_CERTS uaa.sys.industry.cf-app.com //If your PCF instance uses self-signed certs, you may need to use this environment variable to prevent some security errors
118
129
```
119
130
120
131
- Refresh Service Broker Instance to read the new environment variable
@@ -165,10 +176,10 @@ $cf push
165
176
166
177
```json
167
178
{
168
-
"apiname": "pcftest",
169
-
"type":":"swagger",
170
-
"uri": "/v2/api-docs"
171
-
}
179
+
"apiname": "pcftest",
180
+
"type": "swagger",
181
+
"uri": "/v2/api-docs"
182
+
}
172
183
173
184
```
174
185
`apiName` is optional. If `apiName` is not specified, Service broker fetch the API Name and from swagger or WSDL.
@@ -185,34 +196,38 @@ $cf push
185
196
186
197
- Test the Pivotal Application
187
198
188
-
Try to access your apps endpoint. To verify that the request goes through API Gateway, open Axway API Gateway Manager and look at the traffic tab. You should see two entries:
189
-
- One that comes from GoRouter (PCF)
190
-
- The second one comes as a riderect from API Gateway itself
199
+
Try to access your PCF application endpoint. To verify that the request goes through API Gateway, open Axway API Gateway Manager and look at the traffic tab. You should see two entries:
200
+
- One comes from GoRouter (PCF) to API Gateway
201
+
- The second one comes as a redirect from API Gateway itself
191
202
192
-
- Un-bind Application from Axway Service broker
203
+
204
+
205
+
206
+
## Axway Service Broker uninstallation
207
+
208
+
- Unbind Route - Un-bind Application from Axway Service broker
0 commit comments