-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/60794/
-----------------------------------------------------------
Review request for atlas and Nixon Rodrigues.
Bugs: ATLAS-1896
https://issues.apache.org/jira/browse/ATLAS-1896
Repository: atlas
Description
-------
Add Cross Origin [CORS] headers for Atlas, make it configurable from
atlas-application properties.
Properties for headers.
atlas.headers.Access-Control-Allow-Origin=*
atlas.headers.Access-Control-Allow-Methods=GET,OPTIONS,HEAD,PUT,POST
Diffs
-----
distro/src/conf/atlas-application.properties 474f253
webapp/src/main/java/org/apache/atlas/web/filters/AtlasAuthenticationFilter.java
25aede3
Diff: https://reviews.apache.org/r/60794/diff/1/
Testing
-------
Adding header properties and tested by API, All Unit test cases are tested.
Thanks,
Ruchi Solani