-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add EnrollmentUrl to Did document #203
Add EnrollmentUrl to Did document #203
Conversation
f100e89
to
f1cfebe
Compare
f1cfebe
to
bee7c1c
Compare
Co-authored-by: Peeyush Chandel <555114+cpeeyush@users.noreply.github.com>
3f56177
to
1bf056c
Compare
Use the new reg service cli from branch Use the new reg service cli from branch Update edc Update reg service version
3ee535f
to
7a98883
Compare
This reverts commit 322d03c.
7a98883
to
fd3bf7e
Compare
* Use Registration Service CLI to onboard participants (#154) * . * . * . * . * . * . * . * . * . * PR comments * Update cd.yaml * adapted CLI call in VerifyLocalTests * Update register-participants.sh * Update register-participants.sh * Fixed DID URLs for docker-compose * Adapted for upstream changes * Update JWT_AUDIENCE to localhost due to docker hosts and registration script differences * Revert "Update JWT_AUDIENCE to localhost due to docker hosts and registration script differences" This reverts commit ad83173. * use docker for cli tools Use docker for cli tools add execute permission explicitly * Simplified scripts * Update doc to reflect cli-tools changes * Update version number * use latest reg service Co-authored-by: Peeyush Chandel <555114+cpeeyush@users.noreply.github.com>
66c99c6
to
e7cf15e
Compare
4f1d09b
to
f94669f
Compare
…rollment-url-in-did
This reverts commit c8b0b9e.
@@ -86,7 +86,7 @@ resource "azurerm_container_group" "registration-service" { | |||
|
|||
environment_variables = { | |||
EDC_CONNECTOR_NAME = local.connector_name | |||
JWT_AUDIENCE = "${local.registration_service_url}${local.registration_service_path_prefix}" | |||
JWT_AUDIENCE = local.registration_service_url |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we also need to modify it for local setup ?
JWT_AUDIENCE: http://registration-service:8184/authority |
or we plan to do it in subsequent PR ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No update needed, the URL still has /authority in it. We just assemble it differently in TF
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@algattik approving
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved with suggestion
co-author: algattik
What this PR changes/adds
Include Registration service enrollment api endpoint in Dataspace Authority DID document.
Why it does that
The Enrollment API url should be resolved from the Dataspace DID. A subsequent PR will implement that.
Further notes
Example DID: https://mvd144dataspacedid.z16.web.core.windows.net/.well-known/did.json
Also:
Linked Issue(s)
Linked to #43
Checklist
no-changelog
)