Initial revision

This commit is contained in:
2022-10-05 23:22:10 +02:00
commit 61bbe17e1e
8 changed files with 105 additions and 0 deletions

9
scripts/read_role_cred.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
set -ue
vault write grafanacloud/roles/examplerole \
gc_role="Viewer" \
ttl="60s" \
max_ttl="600s"
vault read grafanacloud/creds/examplerole