sassoftware / viya4-deployment

This project contains Ansible code that creates a baseline in an existing Kubernetes environment for use with the SAS Viya Platform, generates the manifest for an order, and then can also deploy that order into the Kubernetes environment specified.
Apache License 2.0
70 stars 64 forks source link

fix: (IAC-751) Some technology and version information are being leaked in header response #434

Closed thpang closed 1 year ago

thpang commented 1 year ago

Security testing with OWASP Zap found that pods were responding with header information identifying both Server and X-Powered-By information.

This code will eliminate this when the ingress-controller is installed.