Skip to content

Instantly share code, notes, and snippets.

@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
@kabute
kabute / README.md
Last active May 27, 2020 19:19
Remote Whiteboard Interview

Intro

In this interview, we're going to collaborate to build upon the architecture of our system below.

This is one of our first all-remote interviews and we're going to try use the "Whiteboard" feature in Meeting Central. This in itself may be challenging but let's see how it goes!

To begin, you will need to click on "Share" in Meeting Central and choose the "Whiteboard" option.

The System