You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
One needs to validate sensitive information (e.g. passwords strength) while using one-deploy tool for production environments deployments.
Expected behavior
Preliminarily discussed that with @sk4zuzu. We agreed on the following.
Add a flag like prod_env: true|false. When it's set to true then enable more pre-checks. One of the check can be to test a password strength. If the password is weak then just early fail the deployment with some explanation what to do.
Progress Status
Code committed
Testing - QA
Documentation (Release notes - resolved issues, compatibility, known issues)
The text was updated successfully, but these errors were encountered:
Description
One needs to validate sensitive information (e.g. passwords strength) while using one-deploy tool for production environments deployments.
Expected behavior
Preliminarily discussed that with @sk4zuzu. We agreed on the following.
Add a flag like
prod_env: true|false
. When it's set totrue
then enable more pre-checks. One of the check can be to test a password strength. If the password is weak then just early fail the deployment with some explanation what to do.Progress Status
The text was updated successfully, but these errors were encountered: