Skip to content
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

Changes in the implementation and Gateway for model-treatment added #5

Open
wants to merge 53 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
f99341f
Changes for contract jwt
educanovas93 Jun 26, 2024
adaa013
Sign and Verification of JWTContracts for REAR Integration working
educanovas93 Jul 9, 2024
f8c211a
Adding property verified Chain
educanovas93 Jul 9, 2024
ab4f979
Comments
educanovas93 Jul 31, 2024
3846c71
Add fabric directory and new smart contracts
aariasOdinS Sep 16, 2024
b221194
Add functionality to request XACML authorization after VP verification
aariasOdinS Sep 16, 2024
6e97ded
fix
educanovas93 Sep 16, 2024
8c35a90
idproofs working well with automatic setup when requesting a credential
educanovas93 Sep 19, 2024
c83de96
Duplicate DID creation with same store name controlled
educanovas93 Sep 23, 2024
09a2bb9
Using fabric as local copy in the repository in order to develop smar…
educanovas93 Oct 11, 2024
555688a
Removed problematic fabric-samples directory
educanovas93 Oct 11, 2024
5c45f2a
Adding fabric as a regular folder
educanovas93 Oct 11, 2024
54ce6ad
Add API REST server for Blockchain
aariasOdinS Oct 21, 2024
1e20464
Update REST API
aariasOdinS Oct 23, 2024
4681380
Add XACML for XADATU project
aariasOdinS Oct 23, 2024
f179e4a
Update README
aariasOdinS Oct 23, 2024
c550862
Minor fixes
aariasOdinS Oct 23, 2024
d1ec844
Minor fix README xacml-xadatu
aariasOdinS Oct 23, 2024
d9cec8c
Gateway node changes
educanovas93 Oct 23, 2024
2817484
deleted chainrest zip
educanovas93 Oct 23, 2024
4c35f26
using go gateway
educanovas93 Oct 23, 2024
72e85da
Add Access Token generation after VP verification
aariasOdinS Oct 31, 2024
3cc0bd4
Model updates smart contract and fabric gateway correctly added and w…
Oct 31, 2024
95fa27d
Refactor for aggregated models
Oct 31, 2024
23895f5
Separating in two smart contracts for the model aggregation and the b…
Nov 5, 2024
4dbed73
working with vector, testing mock dht retrieved data with aggregation…
Nov 6, 2024
b891913
Changing Matrix dimnensions and testing
Nov 12, 2024
0af5598
Update XACML authorization request registration
aariasOdinS Nov 14, 2024
5d2c9c3
Update XACML Dockerfile
aariasOdinS Nov 14, 2024
23ab184
Add PEP-Proxy component and documentation
aariasOdinS Nov 15, 2024
1cd11f2
Minor fixes
aariasOdinS Nov 15, 2024
186ce8e
Deleting chainrest javascript API
Nov 18, 2024
8e3b37e
fixing dependencies between the new implementatioons
Nov 18, 2024
a038667
Modify .env PEP-Proxy
aariasOdinS Nov 18, 2024
4acf382
README gateway for model treatment updated
Nov 18, 2024
8d70ba8
Working in FLUIDOS-Y2-DEMO
Nov 25, 2024
412773a
Added README of demo workflow
Dec 2, 2024
001e511
Update READMEs
aariasOdinS Dec 3, 2024
a2ca8bc
Minor fixes
aariasOdinS Dec 3, 2024
726b7a2
Update README
aariasOdinS Dec 3, 2024
aecf482
XADATU integration in the demo for the review
aariasOdinS Dec 16, 2024
7634a09
Update XADATU integration for review demo
aariasOdinS Dec 17, 2024
8cd1e80
Update review demo README
aariasOdinS Dec 17, 2024
2186227
Minor fixes
aariasOdinS Dec 17, 2024
2f12123
Update REAR PORT in README
aariasOdinS Dec 18, 2024
dca3967
Add new endpoints for querying authorization requests
aariasOdinS Jan 14, 2025
b9110f3
Add Deliverables and demo video
aariasOdinS Jan 31, 2025
2a060f0
Change Deliverables name
aariasOdinS Jan 31, 2025
b11f9b7
Minor fixes
aariasOdinS Jan 31, 2025
3197b0f
Changes for demo UMU-OpenCall
educanovas93 Feb 17, 2025
6cd9cb8
Merge branch 'opencall-XADATU' of github.com:fluidos-project/idm-flui…
educanovas93 Feb 17, 2025
3413e28
changes
educanovas93 Mar 7, 2025
0d56b89
Changes from merge
educanovas93 Mar 7, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -10,6 +10,6 @@ cmd/aries-agent-rest/go.sum
pkg/crypto/primitive/psms12381g1pub/clib/libdpabc_psms_bundled.a
build

test/bdd/fixtures/agent-rest/data/connection-profile.json
modules/fabric-samples/
test/bdd/fixtures/agent-rest/data/connection-profile.json|
# modules/fabric-samples/
.vscode/
Loading