TMP: adds in-line test within the verify command, iter

ADP-216_sops_automation
LeeW 10 months ago
parent 46edcc8b11
commit 58e6a4e25e

@ -1,4 +1,5 @@
#!/usr/bin/env bash
# PURPOSE: Test to verify update_sops.sh script
set -ueo pipefail
cd "$(dirname "${BASH_SOURCE[0]}")"

@ -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"

Loading…
Cancel
Save