Skip to content

Instantly share code, notes, and snippets.

View ryanapilado's full-sized avatar

Ryan Apilado ryanapilado

View GitHub Profile
@ryanapilado
ryanapilado / envoycfg.yaml
Last active November 5, 2020 17:54
proxy-wasm capability restriction config
http_filters:
- name: envoy.filters.http.wasm
typed_config:
'@type': type.googleapis.com/envoy.extensions.filters.http.wasm.v3.Wasm
config:
name: "auth"
root_id: "auth"
# 'configuration' available at root_context.getConfiguration()
configuration:
'@type': type.googleapis.com/google.protobuf.StringValue
@ryanapilado
ryanapilado / get-vimrc.sh
Created September 29, 2019 16:07
get-vimrc
wget https://gist.githubusercontent.com/ryanapilado/b0a948baf398c684a8f37da558cc37c1/raw/.vimrc ~/.vimrc
syntax enable
" COLORS
colorscheme darkblue
" SPACES AND TABS
set tabstop=4 " number of visual spaces per TAB
set softtabstop=4 " number of spaces in tab when editing
set shiftwidth=4
set expandtab " tabs are spaces