forked from eclipse-edc/IdentityHub
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: adds decision record for VC create/update API
- Loading branch information
1 parent
41294dc
commit 8a4559d
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
...cision-records/2024-08-23-identity_hub_identity_write_credentials_api/README.md
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Identity Hub - Identity Write Credentials API | ||
|
||
## Decision | ||
|
||
Write endpoints (create/update) will be added to the Identity Hub identity API. | ||
|
||
## Rationale | ||
|
||
As of now the issuance of VCs into the Identity Hub is not defined as part of the DCP specification. Thus, it is | ||
impossible | ||
for now to add VCs within the Identity Hub at run time. | ||
|
||
To circumvent this issue, we will add write endpoints (create/update) to the Identity Hub identity API. | ||
|
||
> **_NOTE:_** It is strongly discouraged to expose these write endpoints public over the internet as they can be used | ||
> by malicious actors to compromise your VCs. The same warning applies for all identity APIs. |
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