I hereby claim:
- I am jessesanford on github.
- I am jessesanford (https://keybase.io/jessesanford) on keybase.
- I have a public key ASDZSYwDZK1IwDxQPHtQJOjJox9SyIQd6bxBbBMauK9yQAo
To claim this, I am signing this object:
| <!DOCTYPE NETSCAPE-Bookmark-file-1> | |
| <!-- This is an automatically generated file. | |
| It will be read and overwritten. | |
| DO NOT EDIT! --> | |
| <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"> | |
| <TITLE>Bookmarks</TITLE> | |
| <H1>Bookmarks</H1> | |
| <DL><p> | |
| <DT><H3 ADD_DATE="1619134484" LAST_MODIFIED="1652674233" PERSONAL_TOOLBAR_FOLDER="true">Bookmarks Bar</H3> | |
| <DL><p> |
| #!/bin/bash | |
| function vault-aws () { | |
| VAULT_PATH=$1 | |
| if [ -z "$VAULT_PATH" ]; then | |
| echo "Missing VAULT_PATH argument.\nExample: `vault-aws documents-store`" | |
| exit 1 | |
| fi | |
| if [ -z "$VAULT_ADDR" ]; then | |
| echo "Missing VAULT_ADDR env variable" |
| #!/bin/sh | |
| # Launch a Pod ab-using a hostPath mount to land on a Kubernetes node cluster as root | |
| # without requiring `privileged: true`, in particular can abuse `DenyExecOnPrivileged` | |
| # admission controller. | |
| # Pod command in turn runs a privileged container using node's /var/run/docker.sock. | |
| # | |
| # Tweaked for PKS nodes, which run their docker stuff from different | |
| # /var/vcap/... paths | |
| node=${1} | |
| case "${node}" in |
| #! /bin/bash | |
| set -o errexit | |
| export APP="${1:-mutateme}" | |
| export NAMESPACE="${2:-default}" | |
| export CSR_NAME="${APP}.${NAMESPACE}.svc" | |
| echo "... creating ${app}.key" | |
| openssl genrsa -out ${APP}.key 2048 |
| require 'json' | |
| # Rename parameter store paths. Takes: | |
| # - parameter store json file path | |
| # - old path | |
| # - new path to use | |
| old_path, new_path, _rest = ARGV | |
| params = `aws ssm get-parameters-by-path --path #{old_path} --with-decryption` | |
| params = JSON.parse(params, object_class: OpenStruct) |
| #!/bin/bash | |
| # | |
| # NOTE: specify the absolutepath to the directory to use when | |
| # loading a plugin. '~' expansion is supported. | |
| # | |
| chunkc core::plugin_dir /usr/local/opt/chunkwm/share/chunkwm/plugins | |
| # |
| #!/usr/bin/env bash | |
| # Quinn Comendant <[email protected]> | |
| # https://gist.github.com/quinncomendant/3be731567e529415d5ee | |
| # Since 25 Jan 2015 | |
| # Version 1.2 | |
| CMD=$1; | |
| if [[ `id -u` = 0 ]]; then |
| #!/bin/bash -e | |
| function run-vg-cmd() { | |
| pushd $1 | |
| eval $2 | |
| popd | |
| } | |
| function usage() { | |
| echo "Usage: $0 container from-vagrant-dir to-vagrant-dir" |
| Delivered-To: jessesanford@REDACTED | |
| Received: by REDACTED with SMTP id REDACTED; | |
| Thu, 1 Sep 2016 05:35:20 -0700 (PDT) | |
| X-Received: by REDACTED with SMTP id REDACTED; | |
| Thu, 01 Sep 2016 05:35:20 -0700 (PDT) | |
| Return-Path: <[email protected]> | |
| Received: from mx-out.facebook.com (REDACTED.outmail.facebook.com. [REDACTED]) | |
| by mx.foo.com with ESMTPS id REDACTED | |
| for <jessesanford@REDACTED> |
I hereby claim:
To claim this, I am signing this object: