Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validate sensitive information for production deployments #93

Open
3 tasks
mkutouski opened this issue Oct 3, 2024 · 0 comments
Open
3 tasks

Validate sensitive information for production deployments #93

mkutouski opened this issue Oct 3, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@mkutouski
Copy link

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)
@mkutouski mkutouski added the enhancement New feature or request label Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant