|
|
|
|
@ -1,6 +1,8 @@
|
|
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
set -ueo pipefail
|
|
|
|
|
# PURPOSE: Allows End-User to verify their key configuration using a sample SOPS config and encrypted file
|
|
|
|
|
# PURPOSE: Allows User to verify their local SOPS configuration using a sample SOPS config and SOPS-encrypted file
|
|
|
|
|
# Usage: 1. Existing User: upon adding key, run this script to update the SOPS Config and encrypted file
|
|
|
|
|
# 2. New User: 'Existing User' has added key, run this script to confirm correct local configuration
|
|
|
|
|
cd "$(dirname "${BASH_SOURCE[0]}")"
|
|
|
|
|
|
|
|
|
|
secrets_file="mock_secrets.yaml"
|
|
|
|
|
|