Georgios Notaras
Georgios Notaras
Please correct the following line in MANIFEST.in: ``` recursive-include taggit_templatetags/templates/taggit_templatetags/ *.html ``` to the following: ``` recursive-include taggit_templatetags *.html ``` The error is only noticeable under windows, in which the...
stud should support the addition of custom headers to the request, so that the backend server have a trusted way to determine whether the request has actually passed through stud...
For instance: ``` pem-file = "/etc/stud/pem.d/*.pem" ``` For convenience in automated environments (throw a pem file in pem.d, reload stud).
Currently, the discovery server does not support any access control mechanisms. IP based access control is technically possible through a reverse proxy or the firewall, but the devices usually have...