-
Notifications
You must be signed in to change notification settings - Fork 0
/
schema.yaml
128 lines (123 loc) · 3.28 KB
/
schema.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
x-google-marketplace:
schemaVersion: v2
applicationApiVersion: v1beta1
publishedVersion: '1.0.0'
publishedVersionMetadata:
releaseNote: >-
Initial Release of Polygon ID Issuer
releaseTypes:
- Feature
recommended: false
images:
issuernode:
properties:
apiIssuerNode.deployment.image.repository:
type: REPO_WITH_REGISTRY
AppVersion:
type: TAG
issuernode-ui:
properties:
uiIssuerNode.deployment.image.repository:
type: REPO_WITH_REGISTRY
AppVersion:
type: TAG
postgres14:
properties:
postgresIssuerNode.deployment.image.repository:
type: REPO_WITH_REGISTRY
AppVersion:
type: TAG
redis:
properties:
redisIssuerNode.deployment.image.repository:
type: REPO_WITH_REGISTRY
AppVersion:
type: TAG
vault:
properties:
vaultIssuerNode.deployment.vault.image.repository:
type: REPO_WITH_REGISTRY
AppVersion:
type: TAG
properties:
name:
type: string
x-google-marketplace:
type: NAME
namespace:
type: string
default: default
x-google-marketplace:
type: NAMESPACE
privatekey:
type: string
title: Private Key from the Wallet
description: Provide the private key of the wallet
x-google-marketplace:
type: MASKED_FIELD
staticip:
type: string
title: The Name of the Reserved External IP
description: The Reserved External IP must be created within the same project as well as region as the GKE Cluster; One can use 'Global' IP instead of 'Regional' IP.
appdomain:
type: string
title: The App Domain Name
description: The Domain Name for the App
uidomain:
type: string
title: The UI Domain Name
description: The Domain Name for the UI
apidomain:
type: string
title: The API Domain Name
description: The Domain Name for the API
ingress.enabled:
type: boolean
default: true
x-google-marketplace:
type: INGRESS_AVAILABLE
mainnet:
type: boolean
default: false
title: Issuer Network Main Net
description: Ticking this box will make issuer network as Main Net, otherwise it will be Amoy Net.
uiPassword:
type: string
title: The password for UI
description: Password to access the UI
issuerName:
type: string
title: Issuer Name
description: Provide the Name for the Issuer
ethereumUrl:
type: string
title: Ethereum URL
description: The URL to connect Ethereum
vaultpwd:
type: string
title: Password for Vault server
description: Provide a password for accessing vault server
issuerKeyType:
type: string
title: Key type for Issuer Identity
description: Provide a key type for Issuer Identity, BJJ or ETH. Default is BJJ.
rhsMode:
type: string
title: Mode for Reverse Hash Service
description: Provide a mode for Reverse Hash Service, None, Offchain or Onchain. Default is None.
rhsUrl:
type: string
title: URL for RHS
description: Provide a URL for RHS. This is required for Offchain mode.
required:
- name
- namespace
- privatekey
- appdomain
- uidomain
- apidomain
- mainnet
- uiPassword
- issuerName
- ethereumUrl
- vaultpwd