-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added support for VPs for both selfDescriptions and service-offerings #6
Open
sksadjad
wants to merge
182
commits into
sphereon-2206-unreleased
Choose a base branch
from
feature/FMA-7
base: sphereon-2206-unreleased
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
related to #27 related to !105 The idea is to reduce impl details to AppModule Shell.
[docs] Update links to latest release See merge request gaia-x/lab/compliance/gx-compliance!104
feat(core): add environment variable validation on bootstrap See merge request gaia-x/lab/compliance/gx-compliance!105
Feature/cross platform See merge request gaia-x/lab/compliance/gx-compliance!70
Feat/local self signed certificates See merge request gaia-x/lab/compliance/gx-compliance!107
Update README.md See merge request gaia-x/lab/compliance/gx-compliance!108
…lopment' docs: update readme for self-issued certificates See merge request gaia-x/lab/compliance/gx-compliance!109
Signed-off-by: Ewann Gavard <[email protected]>
Signed-off-by: Ewann Gavard <[email protected]>
Note: This should be changed to main after its release Signed-off-by: Ewann Gavard <[email protected]>
Signed-off-by: Ewann Gavard <[email protected]>
Signed-off-by: Ewann Gavard <[email protected]>
Signed-off-by: Ewann Gavard <[email protected]>
Signed-off-by: Ewann Gavard <[email protected]>
Fix/Swagger verify function See merge request gaia-x/lab/compliance/gx-compliance!137
…ng of credential types
Convert privateKey to PKCS8 See merge request gaia-x/lab/compliance/gx-compliance!138
Fix: did doc / import valid certificate chain See merge request gaia-x/lab/compliance/gx-compliance!139
# Conflicts: # Dockerfile # docker-compose.yaml # docs/package-lock.json # example.env # k8s/development-deployment.yaml # openapi.json # package.json # src/@types/constants/index.ts # src/@types/dto/common/index.ts # src/@types/dto/common/schema-cache.dto.ts # src/app.module.ts # src/controller/common/common.controller.ts # src/controller/participant/participant.controller.ts # src/controller/service-offering/service-offering.controller.ts # src/main.ts # src/methods/common/proof.service.ts # src/methods/common/selfDescription.service.ts # src/methods/common/shacl.service.ts # src/methods/common/signature.service.ts # src/methods/participant/content-validation.service.ts # src/service-offering/services/content-validation.service.ts # src/service-offering/services/service-offering-validation.spec.ts # src/tests/content-validation.spec.ts # src/tests/fixtures/participant-sd.json # src/tests/test/shacl.spec.ts # src/utils/methods/did.util.ts # src/utils/methods/public-key.utils.ts # src/utils/static/.well-known/participant2210.json
Feat/fma 68
Feature/fma 70
This reverts commit 1f6d730.
This reverts commit bcb8bc0.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
feat: added two main functions for onboarding participant and service offering which is still a work in progress