You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Whether to disable custom roles sync or not",
7
+
"boolField": {}
8
+
},
9
+
{
10
+
"name": "log-level",
11
+
"description": "The log level: debug, info, warn, error",
12
+
"isOps": true,
13
+
"stringField": {
14
+
"defaultValue": "info"
15
+
}
16
+
},
17
+
{
18
+
"name": "log-level-debug-expires-at",
19
+
"description": "The timestamp indicating when debug-level logging should expire",
20
+
"isOps": true,
21
+
"stringField": {}
22
+
},
23
+
{
24
+
"name": "otel-collector-endpoint",
25
+
"description": "The endpoint of the OpenTelemetry collector to send observability data to (used for both tracing and logging if specific endpoints are not provided)",
26
+
"isOps": true,
27
+
"stringField": {}
28
+
},
29
+
{
30
+
"name": "otel-collector-endpoint-tls-cert",
31
+
"description": "A PEM-encoded certificate to use as a CA for TLS connections to the OpenTelemetry collector",
32
+
"isOps": true,
33
+
"stringField": {}
34
+
},
35
+
{
36
+
"name": "otel-collector-endpoint-tls-cert-path",
37
+
"description": "Path to a file containing a PEM-encoded certificate to use as a CA for TLS connections to the OpenTelemetry collector",
38
+
"isOps": true,
39
+
"stringField": {}
40
+
},
41
+
{
42
+
"name": "otel-collector-endpoint-tls-insecure",
43
+
"description": "Allow insecure connections to the OpenTelemetry collector",
44
+
"isOps": true,
45
+
"boolField": {}
46
+
},
47
+
{
48
+
"name": "otel-logging-disabled",
49
+
"description": "Disable OpenTelemetry logging",
50
+
"isOps": true,
51
+
"boolField": {}
52
+
},
53
+
{
54
+
"name": "otel-tracing-disabled",
55
+
"description": "Disable OpenTelemetry tracing",
56
+
"isOps": true,
57
+
"boolField": {}
58
+
},
59
+
{
60
+
"name": "session-store-maximum-size",
61
+
"description": "The maximum size of the local in-memory session store cache in bytes.",
62
+
"isOps": true,
63
+
"intField": {
64
+
"defaultValue": "15728640"
65
+
}
66
+
},
67
+
{
68
+
"name": "workato-api-key",
69
+
"displayName": "API key",
70
+
"description": "Your workato API key",
71
+
"isRequired": true,
72
+
"isSecret": true,
73
+
"stringField": {
74
+
"rules": {
75
+
"isRequired": true
76
+
}
77
+
}
78
+
},
79
+
{
80
+
"name": "workato-data-center",
81
+
"displayName": "Data center",
82
+
"description": "Your workato data center (us, eu, jp, sg, au) default is 'us' see more on https://docs.workato.com/workato-api.html#base-url",
83
+
"stringField": {
84
+
"defaultValue": "us"
85
+
}
86
+
},
87
+
{
88
+
"name": "workato-env",
89
+
"displayName": "Environment",
90
+
"description": "Your workato environment (dev, test, prod) default is 'dev'",
0 commit comments