layout |
---|
default |
This cloud challenge focuses on enhancing and deploying "Secure-Pass-Sentinel", a password strength checker web application, using serverless cloud technologies. Participants will improve the existing application and deploy it on either Google Cloud Platform (GCP) using Cloud Run or Amazon Web Services (AWS) using Lambda and API Gateway.
Enhance the Secure-Pass-Sentinel application and deploy it as a serverless web app using either Google Cloud Platform (GCP) or Amazon Web Services (AWS). The goal is to improve functionality, security, and performance of the web app while ensuring it's correctly deployed and functioning in a serverless cloud environment.
- Enhance/Modify the App: Make significant improvements or add new features to the provided password strength checker.
- Cloud Deployment: Deploy the modified app using the services outlined below for either GCP or AWS.
- CI/CD Integration: Integrate GitHub Actions (or similar tool) to automatically deploy updates to your cloud environment when you push to your repository.
- Compute Engine or Cloud Run: Host the web application.
- Cloud Storage: Store the common_passwords.txt file (if needed).
- IAM: Set up appropriate roles and permissions.
- Cloud Build: Integrate for CI/CD.
- EC2 or Lambda: Host the web application.
- S3: Store the common_passwords.txt file (if needed).
- IAM: Set up appropriate roles and permissions.
- CodePipeline: Integrate for CI/CD.
Git Clone https://github.com/JQCVSC/Secure-Pass-Sentinel
cd Secure-Pass-Sentinel
pip install -r requirements.txt
python main.py
Enhance the web app. For example:
Improve the user interface
Add password generation functionality
Implement password history checking
Choose either GCP or AWS for deployment.
Create a pull request to this repository. Add your name, GitHub repo URL, and deployed app URL to the submissions.md file. Provide a summary of your enhancements and any additional features in your pull request.
{% include submissions.md %}
Thank you for participating! We look forward to seeing your innovative enhancements and deployments of the Secure-Pass-Sentinel project.