eljakes / CI-CD_Pipeline_Implementation

This is a project to implement CI/CD pipeline for microservices
Apache License 2.0
0 stars 0 forks source link

Need to add security headers and CORS policies #15

Open eljakes opened 2 months ago

eljakes commented 2 months ago

As a service provider I need my service to use security headers and CORS policies So that my web site is not vulnerable to CORS attacks

Assumptions

Given the site is secured

When a REST API request is made
Then secure headers and a CORS policy should be returned