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

Alphanumeric password filter for Gitpod variables #12

Open
3 tasks
ayodejidev opened this issue Feb 9, 2023 · 0 comments
Open
3 tasks

Alphanumeric password filter for Gitpod variables #12

ayodejidev opened this issue Feb 9, 2023 · 0 comments
Labels
good first issue Good for newcomers

Comments

@ayodejidev
Copy link
Contributor

Add a bash command to the gitpod.yml file to filter the ADMIN_PASSWORD Gitpod variable.

Steps:

  • Add a command to check if ADMIN_USERNAME and ADMIN_PASSWORD variable is set. If no, echo a prompt to the terminal
  • Add a command to check that, the ADMIN_PASSWORD provided is alphanumeric. This is a Magento requirement.
  • The docker-compose command should only run if both conditions above are met.

Resources:

@Kwok-he-Chu Kwok-he-Chu added the good first issue Good for newcomers label Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants