Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
bdd
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
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
Organization Credential Manager
bdd
Commits
5b7e1913
Commit
5b7e1913
authored
2 years ago
by
Muzammil Chandorewala
Browse files
Options
Downloads
Patches
Plain Diff
feat: add principal manager bdds
parent
46eb9aa3
No related branches found
No related tags found
2 merge requests
!8
Develop
,
!5
Principal manager bdds
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
features/principal-manager/principalManager.feature
+17
-0
17 additions, 0 deletions
features/principal-manager/principalManager.feature
with
17 additions
and
0 deletions
features/principal-manager/principalManager.feature
0 → 100644
+
17
−
0
View file @
5b7e1913
Feature
:
Offer membership credentials
Offer the membership credentials to the holder when the connection is in complete state
Scenario
:
Process connection request when status is complete
Given
the connection status as complete
# Controller.ts -> connectionComplete
When
I evaluate status as complete
# Nats -> 'ATTESTATION_MANAGER_SERVICE/offerMemberShipCredentials'
Then
I called the offer membership credentials (attestation service)
And
get a successful response
Then
sends the response with message status connection received
Scenario
:
Process connection request when status is other than complete
Given
the connection status other than complete
# Controller.ts -> connectionComplete
When
I evaluate status as not complete
Then
sends the response with message connection status should be Complete
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