Skip to content
Snippets Groups Projects
Verified Commit 338af67e authored by Georgi Michev's avatar Georgi Michev
Browse files

Remove feature working folder


Signed-off-by: default avatarGeorgi Michev <georgi.michev@vereign.com>
parent 51a1c01e
No related branches found
No related tags found
1 merge request!47Resolve "Remove the features working folder"
Pipeline #68060 passed with stage
in 7 minutes and 58 seconds
features/Policy-export.png

643 KiB

As policy administrator
I want to evaluate OCM communication feature
So I am able to create policies to control login functionality
Scenario: Make request for QR code and presentationID
Given the policy to query OCM is uploaded to the system
When I send a request to the OCM service to evaluate policy
Then I get a successful response
And the response contains the link to the QR code
And the response contains the presentationID
Scenario: Make request for getting claims by presentationID
Given the policy to query OCM is uploaded to the system
Given the request to the OCM service
When I send a request to the OCM service
And the request contains presentationID
Then I get a successful response
And response contains requested claims
\ No newline at end of file
As policy administrator
I want to have persistence functionality
So I am able to store the json document inside of the database
Scenario: Store data inside of database
Given one policy to set the value in the database is uploaded to the system
And the second policy to query the value from the database is uploaded to the system as well
When I store the json document inside of the database
And get a successful response
When I evaluate policy to get the value from the database
Then I get a successful response
And response body is not empty
Acceptance criteria:
- plugin for rego language to set/query values is ready to use
- example of usage of the plugin committed to the system
- green tests based on example committed to the system
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment