8 Commits

Author SHA1 Message Date
b07d0b1026 Plugins: Support templated urls in routes (#16599)
This adds support for using templated/dynamic urls in routes.
* refactor interpolateString into utils and add interpolation support for app plugin routes.
* cleanup and add error check for url parse failure
* add docs for interpolated route urls

Closes #16835
2019-05-07 18:55:39 +02:00
d11f67eb25 stackdriver: change info logging to debug logging 2018-09-28 16:16:27 +02:00
6db0880fd8 invalidate access token cache after datasource is updated 2018-09-21 14:24:44 +02:00
982e095f85 dsproxy: add mutex protection to the token caches 2018-09-14 11:13:09 +02:00
6a610558c4 Stackdriver: Start breaking out apply route to its own file 2018-09-14 09:38:16 +02:00
71af62e741 Stackdriver: Temporary exporting token lookup 2018-09-14 09:35:28 +02:00
92d631986f Stackdriver: Removed debug logging 2018-09-14 09:35:27 +02:00
e7648c4070 dsproxy: implements support for plugin routes with jwt file
Google Cloud service accounts use a JWT token to get an
oauth access token. This adds support for that.
2018-09-14 09:35:27 +02:00