Omer Levi Hevroni
Omer Levi Hevroni
To be used as we review, document and test each new tool. (Eg. Which should be removed?)
Produce: * ruby gem * docker image * GitHub release
There are a few fingerprinting headers, for example: * X-Powered-By * X-AspNet-Version * X-AspNetMvc-Version That expose information about the server. We can easily add a test for those headers using...
Hey NMap can be used to test for weak ssl ciphers using: `nmap --script ssl-cert,ssl-enum-ciphers -p 443 -oX output.xml host` It will be nice to run it from glue and...
Allow to extend glue with plugin, so supporting of new tools, filters or reporters will not require changing code in Glue.
Are there plans to support Kubernetes platform?
See #13 - CI would have catch that...
### Version 1.12.x (latest) ### Describe the requested changes The [docs](https://docs.solo.io/gloo-edge/master/guides/integrations/aws/) for Gloo on AWS mention using ALB is possible, but don't specify how. One of the reasons to go...