Skip to content

Commit

Permalink
Merge pull request #153 from esune/vc-authn-2.0-updates
Browse files Browse the repository at this point in the history
Update VC-AuthN 2.0 configurations and proof-requests
  • Loading branch information
esune authored Oct 12, 2023
2 parents a22c360 + bfb0685 commit 5a5ccad
Show file tree
Hide file tree
Showing 11 changed files with 45 additions and 157 deletions.
36 changes: 0 additions & 36 deletions helm-values/tenant-ui/values-development.yaml

This file was deleted.

33 changes: 0 additions & 33 deletions helm-values/tenant-ui/values-production.yaml

This file was deleted.

35 changes: 0 additions & 35 deletions helm-values/tenant-ui/values-test.yaml

This file was deleted.

50 changes: 0 additions & 50 deletions helm-values/traction/values-development.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion helm-values/vc-authn-oidc/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resources:
memory: 128Mi

autoscaling:
enabled: true
enabled: false
minReplicas: 1
maxReplicas: 2
targetCPUUtilizationPercentage: 80
Expand Down
2 changes: 1 addition & 1 deletion helm-values/vc-authn-oidc/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resources:
memory: 128Mi

autoscaling:
enabled: true
enabled: false
minReplicas: 3
maxReplicas: 5
targetCPUUtilizationPercentage: 80
Expand Down
2 changes: 1 addition & 1 deletion helm-values/vc-authn-oidc/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resources:
memory: 128Mi

autoscaling:
enabled: true
enabled: false
minReplicas: 2
maxReplicas: 4
targetCPUUtilizationPercentage: 80
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"ver_config_id": "accredited-lawyer-bcpc-dev",
"include_v1_attributes": true,
"subject_identifier": "PPID",
"proof_request": {
"name": "Accredited Lawyer with BC Person Credential",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"ver_config_id": "accredited-lawyer-bcpc",
"include_v1_attributes": true,
"subject_identifier": "PPID",
"proof_request": {
"name": "Accredited Lawyer with BC Person Credential",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"ver_config_id": "accredited-lawyer-bcpc-test",
"include_v1_attributes": true,
"subject_identifier": "PPID",
"proof_request": {
"name": "Accredited Lawyer with BC Person Credential",
Expand Down
39 changes: 39 additions & 0 deletions proof-configurations/verified-person/dev/verified-person-bcpc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"id": "verified-person-bcpc-dev",
"subject_identifier": "family_name",
"configuration": {
"name": "BC Person Credential",
"version": "1.0.0",
"requested_attributes": [
{
"names": [
"family_name",
"given_names"
],
"restrictions": [
{
"issuer_did": "XpgeQa93eZvGSZBZef3PHn",
"schema_name": "Person",
"schema_version": "1.0"
},
{
"issuer_did": "7xjfawcnyTUcduWVysLww5",
"schema_name": "Person",
"schema_version": "1.0"
},
{
"issuer_did": "Ui6HA36FvN83cEtmYYHxrn",
"schema_name": "unverified_person",
"schema_version": "0.1.0"
},
{
"issuer_did": "NCwGwDrzbZEqesYQummzWW",
"schema_name": "unverified_person",
"schema_version": "0.4.0"
}
]
}
],
"requested_predicates": []
}
}

0 comments on commit 5a5ccad

Please sign in to comment.