diff --git a/helm-values/tenant-ui/values-development.yaml b/helm-values/tenant-ui/values-development.yaml deleted file mode 100644 index 82c62842..00000000 --- a/helm-values/tenant-ui/values-development.yaml +++ /dev/null @@ -1,36 +0,0 @@ -ingressSuffix: -dev.apps.silver.devops.gov.bc.ca -image: - pullPolicy: Always -traction: - pluginInnkeeper: - existingSecret: traction-acapy-plugin-innkeeper - apiEndpoint: https://traction-tenant-proxy-dev.apps.silver.devops.gov.bc.ca - tenantProxyEndpoint: https://traction-tenant-proxy-dev.apps.silver.devops.gov.bc.ca -oidc: - active: true - showInnkeeperAdminLogin: true - authority: https://dev.loginproxy.gov.bc.ca/auth/realms/digitaltrust-nrm - jwksUri: https://dev.loginproxy.gov.bc.ca/auth/realms/digitaltrust-nrm/protocol/openid-connect/certs -ariesDetails: - ledgerDescription: "bcovrin-test" -smtp: - server: apps.smtp.gov.bc.ca - port: 25 - senderAddress: DoNotReplyTractionDEV@gov.bc.ca - innkeeperInbox: "lucas.o'neil@gov.bc.ca,emiliano.sune@quartech.com" -resources: - limits: - cpu: 400m - memory: 1600Mi - requests: - cpu: 200m - memory: 820Mi -ingress: - annotations: - route.openshift.io/termination: edge -networkPolicy: - enabled: true - ingress: - enabled: true - namespaceSelector: - network.openshift.io/policy-group: ingress diff --git a/helm-values/tenant-ui/values-production.yaml b/helm-values/tenant-ui/values-production.yaml deleted file mode 100644 index e0566c68..00000000 --- a/helm-values/tenant-ui/values-production.yaml +++ /dev/null @@ -1,33 +0,0 @@ -ingressSuffix: -prod.apps.silver.devops.gov.bc.ca -traction: - pluginInnkeeper: - existingSecret: traction-acapy-plugin-innkeeper - apiEndpoint: https://traction-tenant-proxy-prod.apps.silver.devops.gov.bc.ca - tenantProxyEndpoint: https://traction-tenant-proxy-prod.apps.silver.devops.gov.bc.ca -oidc: - active: true - showInnkeeperAdminLogin: true - authority: https://loginproxy.gov.bc.ca/auth/realms/digitaltrust-nrm - jwksUri: https://loginproxy.gov.bc.ca/auth/realms/digitaltrust-nrm/protocol/openid-connect/certs -ariesDetails: - ledgerDescription: "bcovrin-test" -smtp: - server: apps.smtp.gov.bc.ca - port: 25 - senderAddress: DoNotReplyTraction@gov.bc.ca - innkeeperInbox: lucas.o'neil@gov.bc.ca -ingress: - annotations: - route.openshift.io/termination: edge -networkPolicy: - enabled: true - ingress: - enabled: true - namespaceSelector: - network.openshift.io/policy-group: ingress -autoscaling: - enabled: true - minReplicas: 3 - maxReplicas: 8 - targetCPUUtilizationPercentage: 80 - targetMemoryUtilizationPercentage: 80 diff --git a/helm-values/tenant-ui/values-test.yaml b/helm-values/tenant-ui/values-test.yaml deleted file mode 100644 index 9b1b48bc..00000000 --- a/helm-values/tenant-ui/values-test.yaml +++ /dev/null @@ -1,35 +0,0 @@ -ingressSuffix: -test.apps.silver.devops.gov.bc.ca -image: - pullPolicy: Always -traction: - pluginInnkeeper: - existingSecret: traction-acapy-plugin-innkeeper - apiEndpoint: https://traction-tenant-proxy-test.apps.silver.devops.gov.bc.ca - tenantProxyEndpoint: https://traction-tenant-proxy-test.apps.silver.devops.gov.bc.ca -oidc: - active: true - showInnkeeperAdminLogin: true - authority: https://test.loginproxy.gov.bc.ca/auth/realms/digitaltrust-nrm - jwksUri: https://test.loginproxy.gov.bc.ca/auth/realms/digitaltrust-nrm/protocol/openid-connect/certs -ariesDetails: - ledgerDescription: "bcovrin-test" -smtp: - server: apps.smtp.gov.bc.ca - port: 25 - senderAddress: DoNotReplyTractionTEST@gov.bc.ca - innkeeperInbox: lucas.o'neil@gov.bc.ca -ingress: - annotations: - route.openshift.io/termination: edge -networkPolicy: - enabled: true - ingress: - enabled: true - namespaceSelector: - network.openshift.io/policy-group: ingress -autoscaling: - enabled: true - minReplicas: 3 - maxReplicas: 5 - targetCPUUtilizationPercentage: 80 - targetMemoryUtilizationPercentage: 80 diff --git a/helm-values/traction/values-development.yaml b/helm-values/traction/values-development.yaml deleted file mode 100644 index 057d7e12..00000000 --- a/helm-values/traction/values-development.yaml +++ /dev/null @@ -1,50 +0,0 @@ -ingressSuffix: -dev.apps.silver.devops.gov.bc.ca -config: - ledger: - name: bcovrin-test -acapy: - image: - pullPolicy: Always - secret: - adminApiKey: - generated: true - pluginInnkeeper: - generated: true - pluginValues: - tractionInnkeeper: - printKey: true - printToken: true - reservationExpiryMinutes: 7200 - resources: - limits: - cpu: 400m - memory: 1600Mi - requests: - cpu: 200m - memory: 820Mi - networkPolicy: - enabled: true - ingress: - enabled: true - namespaceSelector: - network.openshift.io/policy-group: ingress -tenant_proxy: - image: - pullPolicy: Always - networkPolicy: - enabled: true - ingress: - enabled: true - namespaceSelector: - network.openshift.io/policy-group: ingress -ingress: - annotations: - route.openshift.io/termination: edge -postgresql: - resources: - limits: - cpu: 400m - memory: 1600Mi - requests: - cpu: 200m - memory: 820Mi diff --git a/helm-values/vc-authn-oidc/dev.yaml b/helm-values/vc-authn-oidc/dev.yaml index ec2c0868..79f34129 100644 --- a/helm-values/vc-authn-oidc/dev.yaml +++ b/helm-values/vc-authn-oidc/dev.yaml @@ -22,7 +22,7 @@ resources: memory: 128Mi autoscaling: - enabled: true + enabled: false minReplicas: 1 maxReplicas: 2 targetCPUUtilizationPercentage: 80 diff --git a/helm-values/vc-authn-oidc/prod.yaml b/helm-values/vc-authn-oidc/prod.yaml index 2d202b64..73560359 100644 --- a/helm-values/vc-authn-oidc/prod.yaml +++ b/helm-values/vc-authn-oidc/prod.yaml @@ -22,7 +22,7 @@ resources: memory: 128Mi autoscaling: - enabled: true + enabled: false minReplicas: 3 maxReplicas: 5 targetCPUUtilizationPercentage: 80 diff --git a/helm-values/vc-authn-oidc/test.yaml b/helm-values/vc-authn-oidc/test.yaml index 8d9f42a9..cab99d5d 100644 --- a/helm-values/vc-authn-oidc/test.yaml +++ b/helm-values/vc-authn-oidc/test.yaml @@ -22,7 +22,7 @@ resources: memory: 128Mi autoscaling: - enabled: true + enabled: false minReplicas: 2 maxReplicas: 4 targetCPUUtilizationPercentage: 80 diff --git a/proof-configurations/accredited-lawyer/dev/accredited-lawyer-bcpc.json b/proof-configurations/accredited-lawyer/dev/accredited-lawyer-bcpc.json index 083039ce..1f13cd4e 100644 --- a/proof-configurations/accredited-lawyer/dev/accredited-lawyer-bcpc.json +++ b/proof-configurations/accredited-lawyer/dev/accredited-lawyer-bcpc.json @@ -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", diff --git a/proof-configurations/accredited-lawyer/prod/accredited-lawyer-bcpc.json b/proof-configurations/accredited-lawyer/prod/accredited-lawyer-bcpc.json index 93549466..01b1eb58 100644 --- a/proof-configurations/accredited-lawyer/prod/accredited-lawyer-bcpc.json +++ b/proof-configurations/accredited-lawyer/prod/accredited-lawyer-bcpc.json @@ -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", diff --git a/proof-configurations/accredited-lawyer/test/accredited-lawyer-bcpc.json b/proof-configurations/accredited-lawyer/test/accredited-lawyer-bcpc.json index 0d4735f2..e4b409ef 100644 --- a/proof-configurations/accredited-lawyer/test/accredited-lawyer-bcpc.json +++ b/proof-configurations/accredited-lawyer/test/accredited-lawyer-bcpc.json @@ -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", diff --git a/proof-configurations/verified-person/dev/verified-person-bcpc.json b/proof-configurations/verified-person/dev/verified-person-bcpc.json new file mode 100644 index 00000000..204fa05e --- /dev/null +++ b/proof-configurations/verified-person/dev/verified-person-bcpc.json @@ -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": [] + } +} \ No newline at end of file