Taylor King
Taylor King
Change the oauth2 block to potentially look something like ``` { "type":"oauth2", "provider":"generic", "introspectionUrl":"http://tokens.com/debug?token=" } ```
It would be cool if our gateway could store persistence in cassandra, on the filesystem, in memory etc
Overriding the authentication header may override some flow the user has on the backend, we need a way to pass this as some other special header like X-IBM-OAuth-Header or something
the existing api object looks like this when you have security scoped to a tenant ``` { "name":"test", "tenantId":"something-something-something", "basePath":"/v1" "resources": { "/test": { "operations":{ "GET": { "upstreamUrl":"http://test.com/entity", "upstreamMethod":"GET", "security":{...
I am trying to run this in docker under systemd and was getting failures trying to restart the job. Before ctrl + c would not kill the task successfully when...
Can you put some screenshots in the readme? I'd like to see what this looks like before I install it.