Skip to content

Instantly share code, notes, and snippets.

View lauradiane's full-sized avatar

Laura Gjerman-Uva lauradiane

View GitHub Profile
#!/bin/bash
set -aex
# Create namespace foo
vault namespace create foo
# Create policy in root namespace for foo's admin
vault policy write foo-ns-admin - <<EOF
path "foo/auth/*"