curl - Jenkins with Embeded Winstone Reverse Proxy Plugin (with http Header) using embeded winstone server -
i have configured jenkins use sso ping identity ( ping access ) using reverse proxy plugin (• header user name: x-forwarded-user) , authorizing users through ldap groups. works fine.
but problem risk of header injection. using embebed winstone server. wasn't able find way secure backend risk of injection. reverse proxy uses http headers authentication.
as example can enter systems backend lets on linux machine (with curl):
curl -k https://yourserver.domain-name.com:8081/whoami/ -h "x-forwarded-user: abcd786" -v your appreciated. not using apache server or web (http) server. have deployed jenkins embeded winstone server.
Comments
Post a Comment