forked from bcgov/trust-over-ip-configurations
-
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.
Merge branch 'bcgov:main' into trustdidweb-server-py
- Loading branch information
Showing
31 changed files
with
1,017 additions
and
44 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
FROM docker.io/bcgovimages/aries-cloudagent:py36-1.16-1_0.7.4 | ||
FROM ghcr.io/hyperledger/aries-cloudagent-python:py3.9-0.12.2 | ||
|
||
RUN echo "Just pulling the image from Docker Hub" | ||
# Install DRP plugin in agent image | ||
RUN pip install git+https://github.com/hyperledger/[email protected]#subdirectory=rpc |
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
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
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
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
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
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
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
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
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
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
107 changes: 107 additions & 0 deletions
107
openshift/templates/orgbook-issuer-controller/config/lcrb/dev/schemas.yml
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,107 @@ | ||
# Documentation: https://github.com/bcgov/von-agent-template/tree/master/von-x-agent/config | ||
|
||
- name: cannabis-retail-store-licence.lcrb | ||
version: '1.0.24' | ||
description: Cannabis Retail Store Licence Issued by Liquor and Cannabis Regulation Branch | ||
path: /cannabis-retail-store-licence | ||
cardinality: | ||
- licence_number | ||
attributes: | ||
registration_id: | ||
description_en: Registration ID | ||
data_type: text | ||
required: true | ||
licence_number: | ||
label_en: Licence Number | ||
description_en: Licence Number | ||
data_type: text | ||
required: true | ||
issue_date: | ||
label_en: Issue Date | ||
description_en: Issue Date | ||
data_type: date | ||
required: true | ||
effective_date: | ||
label_en: Effective Date | ||
description_en: Effective Date | ||
data_type: date | ||
required: true | ||
expiry_date: | ||
label_en: Expiry Date | ||
description_en: Expiry Date | ||
data_type: date | ||
required: true | ||
establishment_name: | ||
label_en: Establishment Name | ||
description_en: Establishment Name | ||
data_type: text | ||
required: true | ||
civic_address: | ||
label_en: Civic Address | ||
description_en: Civic Address | ||
data_type: text | ||
required: false | ||
city: | ||
label_en: City | ||
description_en: City | ||
data_type: text | ||
required: false | ||
province: | ||
label_en: Province | ||
description_en: Province | ||
data_type: text | ||
required: false | ||
postal_code: | ||
label_en: Postal Code | ||
description_en: Postal Code | ||
data_type: text | ||
required: false | ||
country: | ||
label_en: Country | ||
description_en: Country | ||
data_type: text | ||
required: false | ||
registered_urls: | ||
label_en: Registered URLs | ||
description_en: Registered URLs | ||
data_type: text | ||
required: false | ||
- name: cannabis-marketing-licence.lcrb | ||
version: '1.0.9' | ||
description: Cannabis Marketing Licence Issued by Liquor and Cannabis Regulation Branch | ||
path: /cannabis-marketing-licence | ||
cardinality: | ||
- licence_number | ||
attributes: | ||
registration_id: | ||
description_en: Registration ID | ||
data_type: text | ||
required: true | ||
licence_number: | ||
label_en: Licence Number | ||
description_en: Licence Number | ||
data_type: text | ||
required: true | ||
issue_date: | ||
label_en: Issue Date | ||
description_en: Issue Date | ||
data_type: date | ||
required: true | ||
effective_date: | ||
label_en: Effective Date | ||
description_en: Effective Date | ||
data_type: date | ||
required: true | ||
expiry_date: | ||
label_en: Expiry Date | ||
description_en: Expiry Date | ||
data_type: date | ||
required: true | ||
registered_urls: | ||
label_en: Registered URLs | ||
description_en: Registered URLs | ||
data_type: text | ||
required: false | ||
|
||
### eof ### | ||
|
Oops, something went wrong.