-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: upgrade MVD with DCP and Management Domains (#270)
* feat: minimal mvd variant with IATP * update gradle * add keypair mgmt api * updated collection * added wrapper jar * updated collection * update run configs * change namespace * updated mgmt api collection * adapt to latest ih changes * upgrade docker image to temurin 21 * seed participant to IH * update seeding, remove BPN reformat some files, update seeding script, use DID as identifier everywhere * update seed again, fix scope extractor * WIP - do not use * feat: improvements to seeding VCs prepared distinction between DID documents used for running locally, vs running on a cluster * wip * load credentials from the filesystem * update README * feat: add seeding ext. for super-user There is a new module "inmem-seeding" which creates the super-user. Exclude this module if database persistence is used to avoid conflicts. * update run configs * alice now has a Membership Cred in JWT Format * use Hashicorp Vault as secret store * fixed postman collection * upgrade to EDC 0.6.0-SNAPSHOT * register missing transformer * refactor: fix checkstyle errors (#239) * fix checksytle errors * fixed postman collection * code cleanup * missing pods added * Revert "fixed postman collection" This reverts commit de6d7e6. * Removed unnecessary linebreaks --------- Co-authored-by: Paul Latzelsperger <[email protected]> * update to latest EDC * update to EDC 0.6.1 * feat: add script to sign existing VCs * re-add participant pem files * add ALG parameter (wip) * go back to PEM for now * fix formatting * fixed K8S variant * update to EDC 0.6.5-SNAPSHOT * adapt to EDC 0.7.1-SNAPSHOT * refactoring, renaming, improving dependencies * Fix credentials, rename packages, add catalog (local only, no k8s yet!) * upgrade K8S deployment with catalog * add auxiliary seed script * documentation, cleanup * move code from runtimes/ into root folder * add catalog server runtime * update runtime names * move out catalog node resolver * add seeding for the catalog server * moved connector DCP patches out * renamed modules * add federatedcatalog API * bump EDC * updated README with mangaement domains scenario * replaced IATP -> DCP * TF: add catalog server as standalone deployment (wip) * TF: one vault per consumer/provider * fix k8s seed * TF: add documentation * feat: add PG persistence (#269) * add consumer pg * add consumer DB seed script * add all provider databases + seed scripts * Add PG modules (wip) * improve postgres initialization * add IH persistence * change build flag * remove old workflows * terraform format * update README * feat: rename alice->consumer and bob->provider * license headers * formatting * merge tf checks * setup build in workflow * remove unnecessary parameter * fix tests --------- Co-authored-by: Michael Steinert <[email protected]>
- Loading branch information
1 parent
067232f
commit f2ce6f2
Showing
333 changed files
with
10,324 additions
and
8,094 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
# Declare files that will always have LF line endings on checkout. | ||
*.sh text eol=lf | ||
gradlew text eol=lf | ||
# | ||
# https://help.github.com/articles/dealing-with-line-endings/ | ||
# | ||
# Linux start script should use lf | ||
/gradlew text eol=lf | ||
|
||
# These are Windows script files and should use crlf | ||
*.bat text eol=crlf | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.