-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
60 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
--- | ||
layout: default | ||
--- | ||
|
||
# Welcome to the Cloud Security Web App Challenge: Secure-Pass-Sentinel | ||
|
||
## Challenge Overview | ||
|
||
Enhance and deploy "Secure-Pass-Sentinel", a password strength checker web application, using serverless cloud technologies. This challenge is designed to test your skills in cloud deployment, security implementation, and web application development. | ||
|
||
## Project: Secure-Pass-Sentinel | ||
|
||
Secure-Pass-Sentinel is a web-based password strength checker that evaluates passwords based on length, character types, and checks against a list of common passwords. Your task is to enhance this application and deploy it to the cloud. | ||
|
||
## Key Objectives | ||
|
||
1. **Enhance the Application**: Improve the functionality, security, or performance of Secure-Pass-Sentinel. | ||
2. **Cloud Deployment**: Deploy the enhanced app using serverless technologies on either GCP or AWS. | ||
3. **CI/CD Integration**: Implement a CI/CD pipeline for automatic deployments. | ||
|
||
## Getting Started | ||
|
||
1. Clone the repository: | ||
git clone https://github.com/your-username/Secure-Pass-Sentinel.git | ||
Copy2. Implement your enhancements | ||
3. Deploy to your chosen cloud platform | ||
4. Set up CI/CD for automated deployments | ||
|
||
## Submission Guidelines | ||
|
||
- Fork this repository | ||
- Implement your enhancements and cloud deployment | ||
- Submit a pull request with your changes | ||
- Include a detailed README explaining your enhancements and deployment process | ||
|
||
## Resources | ||
|
||
- [Original Secure-Pass-Sentinel Repository](https://github.com/your-username/Secure-Pass-Sentinel) | ||
- [GCP Cloud Run Documentation](https://cloud.google.com/run/docs) | ||
- [AWS Lambda Documentation](https://docs.aws.amazon.com/lambda/latest/dg/welcome.html) | ||
|
||
## Questions? | ||
|
||
If you have any questions about the challenge, please [open an issue](https://github.com/your-username/Cloud-Security-Web-App-Challenge/issues) in this repository. | ||
|
||
Good luck, and happy coding! | ||
To use this index.md: | ||
|
||
Create a new file named index.md in the root directory of your GitHub Pages repository. | ||
Copy and paste the content above into this file. | ||
Customize the content as needed. For example, replace "your-username" with your actual GitHub username and adjust any links or specific details. | ||
Commit and push this file to your repository. | ||
|
||
This index.md provides an overview of your challenge, explains the key objectives, gives instructions on how to get started, and includes submission guidelines. It also provides some resources and a way for participants to ask questions. | ||
Remember to update your _config.yml file to include: | ||
yamlCopyremote_theme: pages-themes/[email protected] | ||
plugins: | ||
- jekyll-remote-theme | ||
title: "Cloud Security Web App Challenge: Secure-Pass-Sentinel" | ||
description: "Enhance and deploy a password strength checker using serverless cloud technologies" |