Ekamjot-Kaire / fast-pages

Apache License 2.0
0 stars 0 forks source link

Ekamjot Kaire -- Security/Deployment Quiz #38

Open Ekamjot-Kaire opened 9 months ago

Ekamjot-Kaire commented 9 months ago

TOP 4 SCORES ADDED TOGETHER:

3.57/4 -- (0.9 + 0.85 + 0.92 + 0.9)

  1. Show JWT login or signup process - 0.55

CORRECTIONS: I had trouble sending the request through frontend due to our site not being fully deployed. I could have fixed this by starting the frontend page locally, and then showing the cookie through inspect.

  1. Explain a POJO change - 0.92
    • PersonRole POJO: A new object made for the roles assigned .. later will be assigned to each person object.
Screen Shot 2024-01-30 at 8 53 40 AM

CORRECTIONS: show methods for the roles POJO



  1. Explain Security Configuration Rules that are required for access. Show a request method for authentication. - 0.9
Screen Shot 2024-01-30 at 9 04 00 AM


  1. Docker update process: - 0.85

CORRECTIONS: be able to log into AWS -- IMPORTANT FIX

  1. Show API access code error handling - 0.9
Screen Shot 2024-01-30 at 9 19 08 AM

CORRECTIONS: show the error code fully implemented instead of just template code, and showing the 403 page running on frontend