Cayo Puigdefabregas
18600af272
fix next_url
2023-12-13 10:39:00 +01:00
Cayo Puigdefabregas
278377090a
flow for connect to wallet
2023-12-12 20:40:11 +01:00
Cayo Puigdefabregas
fc7d7b4549
get roles from credential
2023-12-11 21:30:56 +01:00
Cayo Puigdefabregas
543aad813d
try conenct to api iota for validation
2023-12-08 20:54:44 +01:00
Cayo Puigdefabregas
950cc59cae
new endpoint
2023-12-06 14:03:49 +01:00
Cayo Puigdefabregas
ada42f291a
add abac datas in session
2023-11-06 16:48:03 +01:00
Cayo Puigdefabregas
ab4ec523c3
add Iota did and attributes
2023-11-06 13:23:47 +01:00
pedro
20ee5ae411
docker: remove unneeded env var
2023-10-24 09:14:18 +02:00
pedro
57eb978dc4
docker-compose: upgrade images
2023-10-24 08:54:08 +02:00
pedro
c6ec665865
env.example: new DEPLOYMENT var
2023-10-24 08:49:55 +02:00
pedro
5a0990f22a
docker: new features regarding persistence
...
- added db persistence
- bugfix init_flagfile, as now its volume is persisted, it really does
the configuration step when needed
- also added production deployment for the non dpp deployment
2023-10-24 08:43:27 +02:00
Cayo Puigdefabregas
aa966b5b93
change name of algorithm
2023-10-20 12:29:49 +02:00
Cayo Puigdefabregas
bc3d3abcd7
add endpoint for check the proofs
2023-10-03 14:37:49 +02:00
pedro
9ca92f4c56
dc.yml: update docker images
2023-10-01 11:38:32 +02:00
Cayo Puigdefabregas
15d6851043
explain the new vars
2023-09-29 14:29:00 +02:00
pedro
bcb4c69677
add optional dpp_module and snapshots
...
- dpp_module becomes optional
- docker compose for simple devicehub and with the dpp module
- changed logic in entrypoint so different parts are configured or
- not depending on the new DPP_MODULE env var
- optional snapshots
- new default directory for SNAPSHOTS_PATH
- new env var IMPORT_SNAPSHOTS to optionally import the snapshots or not
- new Make file targets:
- dc_up_devicehub: docker compose for simple devicehub
- dc_up_devicehub_dpp: docker compose for devicehub with DPP_module
2023-09-29 10:51:48 +02:00
pedro
b594022194
make API_RESOLVER more resilient (normalize urls)
2023-09-29 10:46:01 +02:00
pedro
c226138ff2
bugfix dockerfile build: add app.py from example
2023-09-29 10:46:01 +02:00
Cayo Puigdefabregas
6c3831d103
fix readme
2023-09-29 10:05:35 +02:00
Cayo Puigdefabregas
a7f5de96a5
fix text README
2023-09-29 10:03:42 +02:00
Cayo Puigdefabregas
594fe1483f
changes readme
2023-09-28 18:31:18 +02:00
Cayo Puigdefabregas
ece944ea3f
change README
2023-09-28 17:57:56 +02:00
Cayo Puigdefabregas
ac3d318fc9
change the examples files
2023-09-28 16:40:36 +02:00
Cayo Puigdefabregas
0181bd34ae
changes on README.md
2023-09-28 16:37:02 +02:00
Cayo Puigdefabregas
5fa6f46acc
clean example app.py
2023-09-28 13:15:46 +02:00
Cayo Puigdefabregas
4ba7bcc956
fix link in readme
2023-09-28 08:49:32 +02:00
cayop
fde966ec13
Merge pull request #463 from eReuse/dpp_docker
...
add dockerization of devicehub dpp
2023-09-28 08:38:51 +02:00
Cayo Puigdefabregas
cb0c7f1cb6
fix env example
2023-09-28 08:37:41 +02:00
Cayo Puigdefabregas
68c342ee18
fix readme
2023-09-28 08:27:05 +02:00
Cayo Puigdefabregas
b614fad41f
fix readme
2023-09-28 08:26:10 +02:00
Cayo Puigdefabregas
7e088eefc8
new readme
2023-09-28 08:24:03 +02:00
Cayo Puigdefabregas
82bf535915
new readme
2023-09-28 08:18:24 +02:00
Cayo Puigdefabregas
843324bd17
fix strip slash in domain
2023-09-28 08:17:47 +02:00
Cayo Puigdefabregas
740007b804
fix env.example
2023-09-27 08:03:09 +02:00
Cayo Puigdefabregas
c8ab0a959e
add Manufacturer DPP in templates
2023-09-26 17:32:42 +02:00
pedro
dce2873158
update env.example: we need real reachable URLs
...
specially for the OIDC demo
2023-09-21 22:12:03 +02:00
pedro
2dc40e95fe
docker-compose: update images
2023-09-21 21:40:29 +02:00
pedro
5a965e245e
docker-compose: use unique users for each instance
2023-09-21 21:40:16 +02:00
pedro
6a58dcc68f
refactor Makefile
...
- use ereuse project (to avoid confusion between devicehub project and
devicehub image)
- facilitate the docker image URL on the make docker_build
2023-09-21 21:37:37 +02:00
pedro
2c4b0006cc
bugfix oidc client not working
...
the file gets created, but you need to wait some time to get data into it
2023-09-21 21:33:11 +02:00
pedro
7a85ebd8f8
client_id_config is not a global env var
...
then, move it to downcase to avoid confusion
2023-09-21 20:57:00 +02:00
pedro
9dec42bd05
docker-compose: update devicehub image
2023-09-21 19:07:14 +02:00
pedro
37069ff561
bugfix docker compose devicehub client id
2023-09-21 18:44:43 +02:00
pedro
b423a53cfe
automate OIDC setup for devicehub server & client
2023-09-21 18:44:43 +02:00
pedro
260ac90f86
reorder env vars in entrypoint for coherence
2023-09-21 18:44:43 +02:00
pedro
f37800dcd3
docker: publish new image and put it in d-compose
2023-09-21 18:44:43 +02:00
pedro
907bf2dba0
add basic dockerization to devicehub dpp
2023-09-21 18:44:43 +02:00
Cayo Puigdefabregas
0b70f42daa
fix json doble quotes
2023-09-21 18:40:21 +02:00
Cayo Puigdefabregas
8a7a9476fe
fix command add contract oidc
2023-09-21 13:19:30 +02:00
Cayo Puigdefabregas
5069c793cf
change result as json
2023-09-20 16:33:20 +02:00