From ebdc7b619436b133adc7f08f07c525d106a683c5 Mon Sep 17 00:00:00 2001 From: Valerii Kalashnikov <valerii.kalashnikov@t-systems.com> Date: Tue, 19 Apr 2022 15:39:56 +0000 Subject: [PATCH 1/2] Update TODO.md --- TODO.md | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/TODO.md b/TODO.md index 546e9fdb..5a184163 100644 --- a/TODO.md +++ b/TODO.md @@ -1,4 +1,4 @@ -[d] Evaluating policy synchronously +- [ ] Evaluating policy synchronously - Creating git infrastructure for the policies with the flow documentation. Will follow with feature branch with dev and production branch. Let's use [policies repo of the code.gitlab](https://code.vereign.com/gaiax/tsa/policies) to push policies. Git is a dependency should be preinstalled. - @kalin Create an environment to demonstrate @@ -12,19 +12,25 @@ - Create an example policy for the tests and demonstration - @rosen Implement the test logic Comment: for integration testing let's put the example policy directly to Mongo. -[] Implement the CI pipeline to test the service. +- [ ] Implement the CI pipeline to test the service. - imlement the simplest test with something like assertTrue. - setup the Gitlab pipeline. -[d] Distributed cache feature +- [ ] Distributed cache feature - create Rego extensions + create HTTP service - create 2 example policies (1 for setting value, 1 for getting value) - - Implement the test logic -[] Persistance feature -[] Resolving DID -[] Evaluating policy asynchronously + - Implement the test logic + +- [ ] Persistance feature + +- [ ] Resolving DID + +- [ ] Evaluating policy asynchronously + Evaluatating policy groups asynchronously + Crypto libs to work with ursa (sign, key management) + Policy to generate an endpoint in Kong Communication with OCM -- GitLab From 0dd6839e8000f0265464c8aea909a4d118ed21b5 Mon Sep 17 00:00:00 2001 From: Valerii Kalashnikov <valerii.kalashnikov@t-systems.com> Date: Thu, 21 Apr 2022 12:47:24 +0000 Subject: [PATCH 2/2] Deleted TODO.md --- TODO.md | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 TODO.md diff --git a/TODO.md b/TODO.md deleted file mode 100644 index 5a184163..00000000 --- a/TODO.md +++ /dev/null @@ -1,36 +0,0 @@ -- [ ] Evaluating policy synchronously - - Creating git infrastructure for the policies with the flow documentation. Will follow with feature branch with dev and production branch. Let's use [policies repo of the code.gitlab](https://code.vereign.com/gaiax/tsa/policies) to push policies. Git is a dependency should be preinstalled. - - - @kalin Create an environment to demonstrate - - Kubernetes - - Mongo Replicaset 1 primary and 2 secondary(v3.6) - - Redis - - Create a pipeline to sync the committed policy with MongoDB - - @yuli Create a script to syncrhonise the data from Git to Mongo - - @dancho Sync policies from Mongo (replicaset deployment) with the policy services - + @penkovski Create a service with endpoint to evaluate the policy - - Create an example policy for the tests and demonstration - - @rosen Implement the test logic - Comment: for integration testing let's put the example policy directly to Mongo. -- [ ] Implement the CI pipeline to test the service. - - imlement the simplest test with something like assertTrue. - - setup the Gitlab pipeline. - -- [ ] Distributed cache feature - - create Rego extensions - + create HTTP service - - create 2 example policies (1 for setting value, 1 for getting value) - - Implement the test logic - -- [ ] Persistance feature - -- [ ] Resolving DID - -- [ ] Evaluating policy asynchronously - -Evaluatating policy groups asynchronously - -Crypto libs to work with ursa (sign, key management) - -Policy to generate an endpoint in Kong -Communication with OCM -- GitLab