Skip to content

Instantly share code, notes, and snippets.

View mfischer-zd's full-sized avatar

Michael S. Fischer mfischer-zd

  • Zendesk
  • San Francisco, CA
View GitHub Profile
@bhouse
bhouse / vault_intermediate_ca_setup.sh
Created May 7, 2016 23:05
Setting Up Hashicorp Vault with an intermediate CA based on https://gist.github.com/jefferai/092d2cd728ff66089f17
#!/bin/bash -e
# Setup a Root CA in vault
# Generate and sign an Intermediate cert
#
# Requires:
# * A running vault server already initialzed and unsealed
# * Environment variable VAULT_TOKEN is set
# * vault cli (https://www.vaultproject.io)
# * httpie (https://github.com/jkbrzt/httpie)
@miogalang
miogalang / Restaurants.md
Last active April 27, 2019 13:38
Manila Restaurants

Food


In Fort Bonifacio


  • Sarsa
    • Type of Cuisine: Filipino
    • What to order:
class NodeUpdateFromFile < ::Chef::Knife
deps do
require "chef/node"
require "chef/json_compat"
require "chef/knife/core/object_loader"
end
banner "knife node update from file FILE (options)"
def loader