syndesisio / syndesis-ui

The front end application or UI for Syndesis - a flexible, customizable, cloud-hosted platform that provides core integration capabilities as a service. It leverages Red Hat's existing product architecture using OpenShift Online/Dedicated and Fuse Integration Services.
https://syndesis.io/
14 stars 28 forks source link

Rework how request options are put together #56

Closed gashcrumb closed 7 years ago

gashcrumb commented 7 years ago

As a follow on for #49 there's a couple TODOs that should be addressed:

https://github.com/hawtio/hawtio-ipaas/blob/master/src/app/common/helpers/app.ts#L28

https://github.com/hawtio/hawtio-ipaas/blob/master/src/app/common/service/kubernetes.ts#L160

as we need an easy way to add Authorization headers to requests from the various facades for forge, git and kubernetes.

gashcrumb commented 7 years ago

This won't be applicable