@@ -10,11 +10,10 @@ Recently policy service was migrated from Flask to FastAPI, this was done in par
* Automatic documentation (via JSON Schema and OpenAPI)
## Known Issues:
Policy service and its integration with the rest of OSDU is an experimental feature. At this moment, the following limitations exist that relate to search:
Policy service and its integration with the rest of OSDU is a new feature in M14. At this moment, the following limitations exist that relate to search:
* If the query parameter has returnedFields set, it must contain all acl, kind, legal and id
* In the current implementation, totalCount represents the number of records matching user query before the search policy is applied;
* Because the policy auth filter is applied outside of query handles, cursor may not point to the accurate data entry when using query_with_cursor.
* Test for the policy service has been mocked, tested locally and GCP (Google Cloud Platform). We would like to thank Google for providing the E&O team an environment we can use for developing and testing the policy service. As a result we test in GCP first.
## Prerequisites for testing or running Policy Service: