acdoering68 / devops-capstone-project

Apache License 2.0
0 stars 0 forks source link

security headers and CORS policies #11

Open acdoering68 opened 1 year ago

acdoering68 commented 1 year ago

As a developer I need security headers and CORS policies So that the resulting application will be secure

Details and Assumptions

* [document what you know]      

Acceptance Criteria

gherkin 
Given [some context]
When [certain action is taken]
Then [the outcome of action is observed]
acdoering68 commented 1 year ago
#### Assumptions
* Flask-Talisman will be used for security headers
* Flask-Cors will be used to establish cross-origin resource sharing (CORS) policies
#### Acceptance Criteria
```gherkin
Given the site is secured
When a REST API request is made
Then secure headers and a CORS policy should be returned
```