@axway/axway-central-cli 2.29.0-rc.2 → 2.29.0-rc.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commands/install/helpers/templates/awsTemplates.js +2 -2
- package/dist/commands/install/helpers/templates/azureTemplates.js +2 -2
- package/dist/commands/install/helpers/templates/edgeTemplates.js +3 -3
- package/dist/commands/install/helpers/templates/gitLabTemplates.js +1 -1
- package/dist/commands/install/helpers/templates/graylogTemplates.js +1 -1
- package/dist/commands/install/helpers/templates/kafkaTemplates.js +2 -2
- package/package.json +1 -1
|
@@ -77,7 +77,7 @@ CENTRAL_AUTH_PUBLICKEY={{centralConfig.dosaAccount.templatePublicKey}}
|
|
|
77
77
|
CENTRAL_ENVIRONMENT={{centralConfig.environment}}
|
|
78
78
|
CENTRAL_ORGANIZATIONID={{centralConfig.orgId}}
|
|
79
79
|
CENTRAL_TEAM={{centralConfig.ampcTeamName}}
|
|
80
|
-
CENTRAL_REGION
|
|
80
|
+
CENTRAL_REGION={{centralConfig.region}}
|
|
81
81
|
|
|
82
82
|
{{#compare . traceabilityConfig.protocol "https"}}
|
|
83
83
|
TRACEABILITY_PROTOCOL={{traceabilityConfig.protocol}}
|
|
@@ -120,7 +120,7 @@ CENTRAL_AUTH_PUBLICKEY={{centralConfig.dosaAccount.templatePublicKey}}
|
|
|
120
120
|
CENTRAL_ENVIRONMENT={{centralConfig.environment}}
|
|
121
121
|
CENTRAL_ORGANIZATIONID={{centralConfig.orgId}}
|
|
122
122
|
CENTRAL_TEAM={{centralConfig.ampcTeamName}}
|
|
123
|
-
CENTRAL_REGION
|
|
123
|
+
CENTRAL_REGION={{centralConfig.region}}
|
|
124
124
|
|
|
125
125
|
# Logging configs
|
|
126
126
|
# Define the logging level: info, debug, error
|
|
@@ -70,7 +70,7 @@ CENTRAL_AUTH_PUBLICKEY={{centralConfig.dosaAccount.templatePublicKey}}
|
|
|
70
70
|
CENTRAL_ENVIRONMENT={{centralConfig.environment}}
|
|
71
71
|
CENTRAL_ORGANIZATIONID={{centralConfig.orgId}}
|
|
72
72
|
CENTRAL_TEAM={{centralConfig.ampcTeamName}}
|
|
73
|
-
CENTRAL_REGION
|
|
73
|
+
CENTRAL_REGION={{centralConfig.region}}
|
|
74
74
|
|
|
75
75
|
{{#compare . traceabilityConfig.protocol "https"}}
|
|
76
76
|
TRACEABILITY_PROTOCOL={{traceabilityConfig.protocol}}
|
|
@@ -110,7 +110,7 @@ CENTRAL_AUTH_PUBLICKEY={{centralConfig.dosaAccount.templatePublicKey}}
|
|
|
110
110
|
CENTRAL_ENVIRONMENT={{centralConfig.environment}}
|
|
111
111
|
CENTRAL_ORGANIZATIONID={{centralConfig.orgId}}
|
|
112
112
|
CENTRAL_TEAM={{centralConfig.ampcTeamName}}
|
|
113
|
-
CENTRAL_REGION
|
|
113
|
+
CENTRAL_REGION={{centralConfig.region}}
|
|
114
114
|
|
|
115
115
|
# Logging configs
|
|
116
116
|
# Define the logging level: info, debug, error
|
|
@@ -112,7 +112,7 @@ CENTRAL_ORGANIZATIONID={{centralConfig.orgId}}
|
|
|
112
112
|
{{#compare . centralConfig.ampcTeamName "" operator="!=" }}
|
|
113
113
|
CENTRAL_TEAM={{centralConfig.ampcTeamName}}
|
|
114
114
|
{{/compare}}
|
|
115
|
-
CENTRAL_REGION
|
|
115
|
+
CENTRAL_REGION={{centralConfig.region}}
|
|
116
116
|
{{#compare . traceabilityConfig.protocol "https"}}
|
|
117
117
|
TRACEABILITY_PROTOCOL={{traceabilityConfig.protocol}}
|
|
118
118
|
{{/compare}}
|
|
@@ -265,7 +265,7 @@ CENTRAL_ORGANIZATIONID={{centralConfig.orgId}}
|
|
|
265
265
|
{{#compare . centralConfig.ampcTeamName "" operator="!=" }}
|
|
266
266
|
CENTRAL_TEAM={{centralConfig.ampcTeamName}}
|
|
267
267
|
{{/compare}}
|
|
268
|
-
CENTRAL_REGION
|
|
268
|
+
CENTRAL_REGION={{centralConfig.region}}
|
|
269
269
|
|
|
270
270
|
# Logging configs
|
|
271
271
|
# Define the logging level: info, debug, error
|
|
@@ -304,7 +304,7 @@ statusPort: 8989
|
|
|
304
304
|
env:
|
|
305
305
|
LOG_LEVEL: info
|
|
306
306
|
CENTRAL_AGENTNAME: {{centralConfig.daAgentName}}
|
|
307
|
-
CENTRAL_REGION
|
|
307
|
+
CENTRAL_REGION={{centralConfig.region}}
|
|
308
308
|
CENTRAL_AUTH_CLIENTID: {{centralConfig.dosaAccount.clientId}}
|
|
309
309
|
CENTRAL_ORGANIZATIONID: "{{centralConfig.orgId}}"
|
|
310
310
|
CENTRAL_ENVIRONMENT: {{centralConfig.environment}}
|
|
@@ -54,7 +54,7 @@ CENTRAL_GRPC_ENABLED=true
|
|
|
54
54
|
{{#compare . centralConfig.ampcTeamName "" operator="!=" }}
|
|
55
55
|
CENTRAL_TEAM={{centralConfig.ampcTeamName}}
|
|
56
56
|
{{/compare}}
|
|
57
|
-
CENTRAL_REGION
|
|
57
|
+
CENTRAL_REGION={{centralConfig.region}}
|
|
58
58
|
|
|
59
59
|
# Logging configs
|
|
60
60
|
# Define the logging level: info, debug, error
|
|
@@ -54,7 +54,7 @@ secrets:
|
|
|
54
54
|
name: {{agentKeysSecret}}
|
|
55
55
|
|
|
56
56
|
env:
|
|
57
|
-
CENTRAL_REGION
|
|
57
|
+
CENTRAL_REGION={{centralConfig.region}}
|
|
58
58
|
CENTRAL_ORGANIZATIONID: "{{centralConfig.orgId}}"
|
|
59
59
|
CENTRAL_TEAM: {{centralConfig.ampcTeamName}}
|
|
60
60
|
CENTRAL_ENVIRONMENT: {{centralConfig.environment}}
|
|
@@ -99,7 +99,7 @@ CENTRAL_AUTH_PUBLICKEY={{centralConfig.dosaAccount.templatePublicKey}}
|
|
|
99
99
|
CENTRAL_ENVIRONMENT={{centralConfig.environment}}
|
|
100
100
|
CENTRAL_ORGANIZATIONID={{centralConfig.orgId}}
|
|
101
101
|
CENTRAL_TEAM={{centralConfig.ampcTeamName}}
|
|
102
|
-
CENTRAL_REGION
|
|
102
|
+
CENTRAL_REGION={{centralConfig.region}}
|
|
103
103
|
|
|
104
104
|
# Logging configs
|
|
105
105
|
# Define the logging level: info, debug, error
|
|
@@ -142,7 +142,7 @@ CENTRAL_AUTH_PUBLICKEY={{centralConfig.dosaAccount.templatePublicKey}}
|
|
|
142
142
|
CENTRAL_ENVIRONMENT={{centralConfig.environment}}
|
|
143
143
|
CENTRAL_ORGANIZATIONID={{centralConfig.orgId}}
|
|
144
144
|
CENTRAL_TEAM={{centralConfig.ampcTeamName}}
|
|
145
|
-
CENTRAL_REGION
|
|
145
|
+
CENTRAL_REGION={{centralConfig.region}}
|
|
146
146
|
{{#compare . traceabilityConfig.protocol "https"}}
|
|
147
147
|
TRACEABILITY_PROTOCOL={{traceabilityConfig.protocol}}
|
|
148
148
|
{{/compare}}
|