Skip to content

Instantly share code, notes, and snippets.

View dacappo's full-sized avatar

Patrick Spiegel dacappo

  • Karlsruhe, Germany
View GitHub Profile
node technical-user-client.js --verbose --profile-url "https://certservice-dev.internal.cfapps.sap.hana.ondemand.com/certservice/v2/enroll/standard" --uaa-url "https://cpsapcrypto.authentication.sap.hana.ondemand.com" --auth-req-tenant "0ba65f82-747c-401a-8313-715affb5be95" --csr-tenant "0ba65f82-747c-401a-8313-715affb5be95" --csr-business-client "test"
@dacappo
dacappo / secure-http-headers.yaml
Created August 22, 2019 18:26
Secure-by-default HTTP headers through filter configuration fo the Ingress gateway via Istio
apiVersion: networking.istio.io/v1alpha3
kind: EnvoyFilter
metadata:
name: security-by-default-header-filter
spec:
filters:
- listenerMatch:
listenerType: GATEWAY
filterType: HTTP
filterName: envoy.lua