Skip to content
Snippets Groups Projects
Commit 7950c9ee authored by Boyan Tsolov's avatar Boyan Tsolov
Browse files

Merge branch 'credential-revocation-demo' of...

Merge branch 'credential-revocation-demo' of code.vereign.com:gaiax/ocm/ocm-engine into credential-revocation-demo
parents 22d0fd27 aedb941c
No related branches found
No related tags found
1 merge request!75feat: credential revocation
Pipeline #70389 waiting for manual action
......@@ -77,6 +77,14 @@ spec:
value: {{ .Values.ocm.agent.api.jwt.publicKey | quote }}
- name: AGENT_OOB_URL
value: {{ .Values.ocm.agent.oob.url | quote }}
- name: TAILS_SERVER_KEY
value: {{ .Values.ca.agent.tails.server.key | quote }}
- name: TAILS_SERVER_SECRET
value: {{ .Values.ca.agent.tails.server.secret | quote }}
- name: TAILS_SERVER_BUCKET
value: {{ .Values.ca.agent.tails.server.bucket | quote }}
- name: REVOCATION_LIST_SIZE
value: {{ .Values.ca.agent.revocationListSize | quote }}
{{- else if eq .Release.Namespace "ocm-test" }}
- name: LEDGERS
value: {{ .Values.ocmtest.agent.ledgers | quote }}
......
......@@ -67,7 +67,7 @@ ocm:
peer:
url: "https://ssi-dev.vereign.com/issuer"
issuer:
name: "AGENT_ISSUER_OCM_BCOVRIN"
name: "VEREIGN_ISSUER_OCM"
key: "CwNJroKHTSSj3XvE7ZAnuKiTn2Copxk11uhuy7234FDCQkFvxEqfm5rzhNri"
did: "0000000000000034512300000ikajcuak1dpsaSDKJF00000TCuste1232odjxu289234"
db:
......@@ -211,6 +211,13 @@ ca:
user: ""
pass: ""
allowedOrigin: "*"
tails:
server:
key: ""
secret: ""
bucket: "ssi-revocation-tails"
revocationListSize: "100"
service:
port: 8080
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment