Skip to content

Commit 46c177f

Browse files
committed
docfix
1 parent eb605dc commit 46c177f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/policy-management.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,8 @@ Some operations require the client to specify a policy ID in the URL. Since poli
186186
The current implementation is tested only by the script in `scripts\test-uma-ODRL-policy.ts`. This script tests every implemented endpoint with a designated flow. Since the script initiates with an empty storage, and there is no endpoint or other way to seed it, the first requests must test the POST endpoint. These tests are designed to ensure that the storage is filled. After the POST tests, the access endpoints can be tested. Every endpoint gets tested in this script, which makes sure that the added data is removed. The current testing will be replaced with proper unit tests and integration tests in the near future.
187187

188188
## Problems
189-
- The current [sanitization limitations](#sanitization-decisions) are to be considered
189+
- The current [sanitization limitations](#sanitization-decisions) are to be considered.
190+
- Fix CORS handling: the project configuration must be extended to the `/policies` endpoint.
190191

191192

192193
### Solved Problems

0 commit comments

Comments
 (0)