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": "The log level: debug, info, warn, error",
6
+
"isOps": true,
7
+
"stringField": {
8
+
"defaultValue": "info"
9
+
}
10
+
},
11
+
{
12
+
"name": "log-level-debug-expires-at",
13
+
"description": "The timestamp indicating when debug-level logging should expire",
14
+
"isOps": true,
15
+
"stringField": {}
16
+
},
17
+
{
18
+
"name": "onelogin-client-id",
19
+
"displayName": "Client ID",
20
+
"description": "OneLogin client ID used to generate the access token.",
21
+
"isRequired": true,
22
+
"stringField": {
23
+
"rules": {
24
+
"isRequired": true
25
+
}
26
+
}
27
+
},
28
+
{
29
+
"name": "onelogin-client-secret",
30
+
"displayName": "Client Secret",
31
+
"description": "OneLogin client secret used to generate the access token",
32
+
"isRequired": true,
33
+
"isSecret": true,
34
+
"stringField": {
35
+
"rules": {
36
+
"isRequired": true
37
+
}
38
+
}
39
+
},
40
+
{
41
+
"name": "otel-collector-endpoint",
42
+
"description": "The endpoint of the OpenTelemetry collector to send observability data to (used for both tracing and logging if specific endpoints are not provided)",
43
+
"isOps": true,
44
+
"stringField": {}
45
+
},
46
+
{
47
+
"name": "otel-collector-endpoint-tls-cert",
48
+
"description": "A PEM-encoded certificate to use as a CA for TLS connections to the OpenTelemetry collector",
49
+
"isOps": true,
50
+
"stringField": {}
51
+
},
52
+
{
53
+
"name": "otel-collector-endpoint-tls-cert-path",
54
+
"description": "Path to a file containing a PEM-encoded certificate to use as a CA for TLS connections to the OpenTelemetry collector",
55
+
"isOps": true,
56
+
"stringField": {}
57
+
},
58
+
{
59
+
"name": "otel-collector-endpoint-tls-insecure",
60
+
"description": "Allow insecure connections to the OpenTelemetry collector",
61
+
"isOps": true,
62
+
"boolField": {}
63
+
},
64
+
{
65
+
"name": "otel-logging-disabled",
66
+
"description": "Disable OpenTelemetry logging",
67
+
"isOps": true,
68
+
"boolField": {}
69
+
},
70
+
{
71
+
"name": "otel-tracing-disabled",
72
+
"description": "Disable OpenTelemetry tracing",
73
+
"isOps": true,
74
+
"boolField": {}
75
+
},
76
+
{
77
+
"name": "privileges-enabled",
78
+
"displayName": "Enable Privileges sync",
79
+
"description": "Enable syncing of privileges from OneLogin. Requires OneLogin subscription to have access to privileges.",
80
+
"boolField": {}
81
+
},
82
+
{
83
+
"name": "session-store-maximum-size",
84
+
"description": "The maximum size of the local in-memory session store cache in bytes.",
85
+
"isOps": true,
86
+
"intField": {
87
+
"defaultValue": "15728640"
88
+
}
89
+
},
90
+
{
91
+
"name": "subdomain",
92
+
"displayName": "One Login Subdomain",
93
+
"description": "OneLogin subdomain to connect to",
0 commit comments