-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapb.yml
More file actions
46 lines (46 loc) · 1.47 KB
/
apb.yml
File metadata and controls
46 lines (46 loc) · 1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
version: 1.0
name: custom-runtime-connector-apb
description: Runtime Connector
bindable: True
async: required
tags:
- mobile-service
- mobile-client-enabled
metadata:
console.openshift.io/iconClass: fa fa-plug
displayName: Runtime Connector
dependencies: []
documentationUrl: "http://docs.aerogear.org/external/apb/custom-runtime-connector.html"
providerDisplayName: "Red Hat, Inc."
sdk-docs-android: "https://docs.aerogear.org/external/apb/runtime-connector/android.html"
sdk-docs-cordova: "https://docs.aerogear.org/external/apb/runtime-connector/cordova.html"
sdk-docs-ios: "https://docs.aerogear.org/external/apb/runtime-connector/ios.html"
sdk-docs-xamarin: "https://docs.aerogear.org/external/apb/runtime-connector/xamarin.html"
serviceName: custom-runtime-connector
plans:
- name: default
description: This default plan deploys custom-runtime-connector-apb
free: True
metadata:
mobileclient_bind_parameters_data:
- '{"name": "CLIENT_ID", "value": "metadata.name", "type": "path"}'
parameters:
- name: SERVICE_NAME
type: string
title: Service Name
required: True
- name: SERVICE_URI
type: string
title: Service URL
required: True
- name: SERVICE_CONFIG
default: '{}'
type: string
display_type: textarea
title: Service JSON Configuration
required: False
bind_parameters:
- name: CLIENT_ID
type: string
title: Mobile Client ID
required: True