updated aws_password_policy.sh

pull/2/head
Hari Sekhon 4 years ago
parent c748a2685d
commit 4260ef5771

@ -13,10 +13,13 @@
# https://www.linkedin.com/in/harisekhon # https://www.linkedin.com/in/harisekhon
# #
# Dumps password policy to key = value pairs for easy viewing / grepping # Prints password policy in 'key = value' pairs for easy viewing / grepping
# #
# adjacent script aws_harden_password_policy.sh calls this before and after changing # Adjacent script
# the password policy to be hardened according to the CIS Foundations Benchmark recommendations #
# aws_harden_password_policy.sh
#
# calls this before and after changing the password policy to be hardened according to the CIS Foundations Benchmark recommendations
set -euo pipefail set -euo pipefail
[ -n "${DEBUG:-}" ] && set -x [ -n "${DEBUG:-}" ] && set -x

Loading…
Cancel
Save