Skip to content

Commit

Permalink
feat: add utopia issuer and verifier profiles.
Browse files Browse the repository at this point in the history
Signed-off-by: Volodymyr Kubiv <[email protected]>
  • Loading branch information
vkubiv committed Jun 21, 2023
1 parent 4cf60e2 commit b789070
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ DID_ELEMENT_SIDETREE_REQUEST_URL ?= https://element-did.com/api/v1/sidetree/requ
SANDBOX_CLI_IMAGE_NAME ?= trustbloc/sandbox-cli

# TrustBloc core k8s deployment scripts https://github.com/trustbloc/k8s
TRUSTBLOC_CORE_K8S_COMMIT=8affea90a254fc109c3a8bdf2fd8947c5955a6a2
TRUSTBLOC_CORE_K8S_COMMIT=4c3fb39fcaec3f864f4b21bc9c9f04c30a21d43d

# Tool commands (overridable)
ALPINE_VER ?= 3.16
Expand Down
23 changes: 23 additions & 0 deletions k8s/issuer/kustomize/issuer/overlays/common/profiles-mapping.json

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions k8s/rp/kustomize/rp/overlays/common/profiles-mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,13 @@
"id": "v_ldp_university_degree_sd_bbs",
"support_well_known_config": false,
"vcs_url_suffix": "/vcs-localkms"
},

{
"name": "Utopian Background Check",
"id": "utopian_background_check_verifier",
"support_well_known_config": false,
"vcs_url_suffix": ""
}

]

0 comments on commit b789070

Please sign in to comment.