-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add feature to allow ceryx to be used as data by-pass proxy #89
base: main
Are you sure you want to change the base?
Commits on Feb 25, 2021
-
Rename host variables to source
In preparation of a larger merge request which adds more ways on source matching the variables indicating a host match are renamed to the more generic term source.
Configuration menu - View commit details
-
Copy full SHA for 7b8db3d - Browse repository at this point
Copy the full SHA 7b8db3dView commit details -
Add ability to use headers on proxy and redirect
In case of a proxy request the headers are hidden for the client calling the proxy. In case of the redirect the headers are added before sending the redirect response back to the client.
Configuration menu - View commit details
-
Copy full SHA for eb20351 - Browse repository at this point
Copy the full SHA eb20351View commit details -
It is now possible to add a ttl setting in seconds to the settings of a route which will set a redis EXPIRE tag on the respective route. The default is persistent.
Configuration menu - View commit details
-
Copy full SHA for cfb97fb - Browse repository at this point
Copy the full SHA cfb97fbView commit details -
Add request_uri to possible sources
The proxy now first tries to find a matching route based on the host and if this does not yield a result it will next try to find a route based on the request_uri (without leading slash). This commit depends on the presence of feature/headers.
Configuration menu - View commit details
-
Copy full SHA for 27ae85b - Browse repository at this point
Copy the full SHA 27ae85bView commit details -
Fix responder error on missing default route path
In newer versions or some environments it may occur that the responder API complains about a missing, explicit default route key.
Configuration menu - View commit details
-
Copy full SHA for 1d15999 - Browse repository at this point
Copy the full SHA 1d15999View commit details -
Add explicit remove of hash before set
When using redis EXPIRE or any other automated cleaning utility it may happen that a hash is not fully removed. If a new hash is set at the same key and there are null values the old stored values may be reused.
Configuration menu - View commit details
-
Copy full SHA for 0187aa3 - Browse repository at this point
Copy the full SHA 0187aa3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66246bd - Browse repository at this point
Copy the full SHA 66246bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f2d67d - Browse repository at this point
Copy the full SHA 5f2d67dView commit details
Commits on Mar 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 63ac665 - Browse repository at this point
Copy the full SHA 63ac665View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75ed15a - Browse repository at this point
Copy the full SHA 75ed15aView commit details