qlik-oss / corectl

corectl is a command line tool to perform reloads, fetch metadata and evaluate expressions in Qlik Core apps.
Other
29 stars 11 forks source link

Connect to engine using HTTP headers #10

Closed sublibra closed 6 years ago

sublibra commented 6 years ago

This will enable support for:

FredrikFolkesson commented 6 years ago

I guess we want JWT support and not https?

peol commented 6 years ago

HTTPS (i.e. WSS) is already supported AFAIK.

FredrikFolkesson commented 6 years ago

@peol But not supported in engine yet?

peol commented 6 years ago

Engine doesn't need to support it, but you might have to go through a reverse proxy (like we have in assisted prescription and urbanization) to access your engine. It's using secure websocket between corectl and the proxy, but a regular websocket internally (from proxy to engine).