Skip to content

Instantly share code, notes, and snippets.

View MikhailSavrasov's full-sized avatar
🇺🇾

Mikhail Savrasov MikhailSavrasov

🇺🇾
  • 11:22 (UTC -03:00)
View GitHub Profile
@kabute
kabute / istio-security-by-default-header-filter.yaml
Created April 7, 2021 18:17
This (Istio) Envoy filter will automatically add the recommended HTTP Security headers to all the responses
# This (Istio) Envoy filter will automatically add the
# recommended HTTP Security headers - https://securityheaders.com/
#
# Just: kubectl apply -f istio-security-by-default-header-filter.yaml
#
apiVersion: networking.istio.io/v1alpha3
kind: EnvoyFilter
metadata:
name: security-by-default-header-filter
namespace: istio-system