Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
tests
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gaia-X
Trust Services API
tests
Commits
9fac25ab
Commit
9fac25ab
authored
2 years ago
by
Valery Kalashnikov
Browse files
Options
Downloads
Patches
Plain Diff
Rename exportPolicy to trustedInfoExport. Add trustedInfoImport
parent
3f4da6b1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!13
Trusted info import export
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
features/trustedInfoExport.feature
+1
-1
1 addition, 1 deletion
features/trustedInfoExport.feature
features/trustedInfoImport.feature
+16
-0
16 additions, 0 deletions
features/trustedInfoImport.feature
with
17 additions
and
1 deletion
features/
policy
Export.feature
→
features/
trustedInfo
Export.feature
+
1
−
1
View file @
9fac25ab
As
user
of
an
external system
I
want to have an exported result of the policy in JSON-LD format
I
want to have an exported
trusted
result of the policy in JSON-LD format
So
I
am able to verify the result of policy evaluation
Scenario
:
Execute task for exporting data from external resource
...
...
This diff is collapsed.
Click to expand it.
features/trustedInfoImport.feature
0 → 100644
+
16
−
0
View file @
9fac25ab
As
user
I
want to import value to the cache and trust to the imported content
So
I
can then process the trusted data
Scenario
:
Import data
Given
DID documents are published
And
JSON transformations policy is published
When
I send a request to import
And
the request contains JSON-LD data
And
the request contains allowed DIDs list
And
the request contains import interval
And
the request contains http sources to import
When
I get a successful response
When
I evaluate the policy to get result from the cache
Then
I get a response
And
the response contains transformed data
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment