nginx-shib / nginx-http-shibboleth

Shibboleth auth request module for nginx
https://github.com/nginx-shib/nginx-http-shibboleth/wiki
Other
209 stars 27 forks source link

more_clear_input_headers 'Variable-*' 'Shib-*' #13

Closed kosarko closed 8 years ago

kosarko commented 8 years ago

As more_clear_input_headers is still not working with wildcards (https://github.com/openresty/headers-more-nginx-module/issues/15), it might be reasonable to update the example configuration.

Do you know of another way of removing those headers?

davidjb commented 8 years ago

Manually is the way to go at present, specify each one. Alternatively, you could write nginx JS (or Lua) to implement the removal.

For now, I'll update the docs. Hopefully that project gets that update. Otherwise PR are welcome with other solutions!

davidjb commented 8 years ago

Could you help add support over at the other issue (eg a +1 etc)?

davidjb commented 8 years ago

Fixed in development branch; will create a new release in the near future. Thanks for the issue report!