Default value created when wild-secret-set is run.

This commit is contained in:
2025-08-15 03:32:55 -07:00
parent 22d4dc15ce
commit c2f8f7e6a0

View File

@@ -52,9 +52,8 @@ if [ -z "${KEY_PATH}" ]; then
fi
if [ -z "${VALUE}" ]; then
echo "Error: Value is required"
usage
exit 1
VALUE=$(openssl rand -base64 32)
echo "No value provided. Generated random value: ${VALUE}"
fi
# Initialize Wild Cloud environment