aerogearcatalog / unifiedpush-apb

Apache License 2.0
6 stars 21 forks source link

Add bind parameters #54

Closed sedroche closed 6 years ago

sedroche commented 6 years ago

Ticket: https://issues.jboss.org/browse/AEROGEAR-2413

Adding new property on metadata that will be used to auto-populate binding params form.

Setting a type of path will retrieve the value from the resource. Setting a type of default will set that value

 '{"name": "CLIENT_ID", "value": "metadata.name", "type": "path"}'
 '{"name": "CLIENT_TYPE", "value": "public", "type": "default"}'

Verification

Use this UI branch -> https://github.com/aerogear/origin-web-console/pull/38

Client binding

ups-auto

Client Id should be filled.