This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/passbook/app_gw
Jens Langhammer f2ce56063b bump version: 0.1.31-beta -> 0.1.32-beta 2019-04-17 14:27:41 +02:00
..
migrations allow setting authentication_header to empty string (disabling the header) 2019-04-11 15:29:01 +02:00
proxy remove logging to increase speed, add more caching to policy and rewriter 2019-04-13 17:22:03 +02:00
websocket Implement websocket proxy 2019-04-10 19:03:42 +02:00
.DS_Store initial implementation of reverse proxy, using django-revproxy from within a middleware 2019-03-20 22:42:47 +01:00
__init__.py bump version: 0.1.31-beta -> 0.1.32-beta 2019-04-17 14:27:41 +02:00
admin.py initial implementation of reverse proxy, using django-revproxy from within a middleware 2019-03-20 22:42:47 +01:00
apps.py Invalidate cache when ApplicationGateway instance is saved 2019-03-21 16:27:37 +01:00
forms.py validate upstream in form 2019-03-22 10:55:26 +01:00
middleware.py move actual proxying logic to separate class 2019-04-13 16:05:11 +02:00
models.py allow setting authentication_header to empty string (disabling the header) 2019-04-11 15:29:01 +02:00
requirements.txt switch kubernetes deployment to daphne server 2019-04-10 22:38:25 +02:00
settings.py Implement websocket proxy 2019-04-10 19:03:42 +02:00
signals.py move actual proxying logic to separate class 2019-04-13 16:05:11 +02:00
urls.py initial implementation of reverse proxy, using django-revproxy from within a middleware 2019-03-20 22:42:47 +01:00