@camunda/connectors-element-templates 1.0.14 → 1.0.16

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.
@@ -129,9 +129,6 @@
129
129
  "id": "authentication.password",
130
130
  "label": "Password",
131
131
  "optional": false,
132
- "constraints": {
133
- "notEmpty": true
134
- },
135
132
  "feel": "optional",
136
133
  "group": "authentication",
137
134
  "binding": {
@@ -176,7 +173,7 @@
176
173
  },
177
174
  {
178
175
  "id": "authentication.certificate.certificateType",
179
- "label": "Authentication",
176
+ "label": "Certificate type",
180
177
  "description": "From where the certificate is obtained",
181
178
  "group": "authentication",
182
179
  "binding": {
@@ -265,6 +262,9 @@
265
262
  "label": "Keystore location",
266
263
  "description": "The keystore to use",
267
264
  "optional": false,
265
+ "constraints": {
266
+ "notEmpty": true
267
+ },
268
268
  "feel": "optional",
269
269
  "group": "authentication",
270
270
  "binding": {
@@ -292,6 +292,9 @@
292
292
  "label": "Keystore password",
293
293
  "description": "The password to access the keystore",
294
294
  "optional": false,
295
+ "constraints": {
296
+ "notEmpty": true
297
+ },
295
298
  "feel": "optional",
296
299
  "group": "authentication",
297
300
  "binding": {
@@ -319,6 +322,9 @@
319
322
  "label": "Certificate alias",
320
323
  "description": "The alias for the certificate in the keystore",
321
324
  "optional": false,
325
+ "constraints": {
326
+ "notEmpty": true
327
+ },
322
328
  "feel": "optional",
323
329
  "group": "authentication",
324
330
  "binding": {
@@ -346,6 +352,9 @@
346
352
  "label": "Certificate password",
347
353
  "description": "The password to access the certificate",
348
354
  "optional": false,
355
+ "constraints": {
356
+ "notEmpty": true
357
+ },
349
358
  "feel": "optional",
350
359
  "group": "authentication",
351
360
  "binding": {
@@ -368,36 +377,6 @@
368
377
  },
369
378
  "type": "String"
370
379
  },
371
- {
372
- "id": "authentication.useBinarySecurityToken",
373
- "label": "Use binary security token",
374
- "description": "Whether a binary security token should be inserted",
375
- "optional": false,
376
- "constraints": {
377
- "notEmpty": true
378
- },
379
- "group": "authentication",
380
- "binding": {
381
- "name": "authentication.useBinarySecurityToken",
382
- "type": "zeebe:input"
383
- },
384
- "condition": {
385
- "property": "authentication.authentication",
386
- "equals": "signature",
387
- "type": "simple"
388
- },
389
- "type": "Dropdown",
390
- "choices": [
391
- {
392
- "name": "Yes",
393
- "value": "Yes"
394
- },
395
- {
396
- "name": "No",
397
- "value": "No"
398
- }
399
- ]
400
- },
401
380
  {
402
381
  "id": "authentication.signatureAlgorithm",
403
382
  "label": "Signature algorithm",
@@ -434,24 +413,6 @@
434
413
  },
435
414
  "type": "String"
436
415
  },
437
- {
438
- "id": "authentication.canonicalizationAlgorithm",
439
- "label": "Canonicalization algorithm",
440
- "description": "Fully qualified name of an alternative canonicalization algorithm (this field has no effect)",
441
- "optional": true,
442
- "feel": "optional",
443
- "group": "authentication",
444
- "binding": {
445
- "name": "authentication.canonicalizationAlgorithm",
446
- "type": "zeebe:input"
447
- },
448
- "condition": {
449
- "property": "authentication.authentication",
450
- "equals": "signature",
451
- "type": "simple"
452
- },
453
- "type": "String"
454
- },
455
416
  {
456
417
  "id": "authentication.timestamp",
457
418
  "label": "Timestamp timeout in seconds",
@@ -473,7 +434,7 @@
473
434
  {
474
435
  "id": "authentication.encryptionParts",
475
436
  "label": "Signature parts",
476
- "description": "Array of signature parts with namespace, localName, encryptionModifier and id. If ID is given, namespace and localName are ignored. The encryptionModifier can be omitted",
437
+ "description": "Array of signature parts with namespace and localName",
477
438
  "optional": true,
478
439
  "feel": "required",
479
440
  "group": "authentication",