Skip to content

Commit daa8c33

Browse files
Updating config schema.
1 parent e638484 commit daa8c33

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

config_schema.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
{
22
"fields": [
33
{
4-
"name": "log-level",
5-
"description": "The log level: debug, info, warn, error",
4+
"name": "otel-collector-endpoint-tls-cert",
5+
"description": "A PEM-encoded certificate to use as a CA for TLS connections to the OpenTelemetry collector",
66
"isOps": true,
7-
"stringField": {
8-
"defaultValue": "info"
9-
}
10-
},
11-
{
12-
"name": "token",
13-
"description": "The GitHub access token used to connect to the GitHub API.",
147
"stringField": {}
158
},
169
{
@@ -19,27 +12,25 @@
1912
"stringField": {}
2013
},
2114
{
22-
"name": "otel-collector-endpoint-tls-cert-path",
23-
"description": "Path to a file containing a PEM-encoded certificate to use as a CA for TLS connections to the OpenTelemetry collector",
24-
"isOps": true,
15+
"name": "app-id",
16+
"description": "The GitHub App to connect to.",
2517
"stringField": {}
2618
},
27-
{
28-
"name": "otel-collector-endpoint-tls-insecure",
29-
"description": "Allow insecure connections to the OpenTelemetry collector",
30-
"isOps": true,
31-
"boolField": {}
32-
},
3319
{
3420
"name": "otel-logging-disabled",
3521
"description": "Disable OpenTelemetry logging",
3622
"isOps": true,
3723
"boolField": {}
3824
},
3925
{
40-
"name": "orgs",
41-
"description": "Limit syncing to specific organizations.",
42-
"stringSliceField": {}
26+
"name": "token",
27+
"description": "The GitHub access token used to connect to the GitHub API.",
28+
"stringField": {}
29+
},
30+
{
31+
"name": "app-privatekey-path",
32+
"description": "Path to private key that is used to connect to the GitHub App",
33+
"stringField": {}
4334
},
4435
{
4536
"name": "otel-collector-endpoint",
@@ -48,14 +39,23 @@
4839
"stringField": {}
4940
},
5041
{
51-
"name": "sync-secrets",
52-
"description": "Whether to sync secrets or not",
42+
"name": "otel-collector-endpoint-tls-insecure",
43+
"description": "Allow insecure connections to the OpenTelemetry collector",
44+
"isOps": true,
5345
"boolField": {}
5446
},
5547
{
56-
"name": "app-id",
57-
"description": "The GitHub App to connect to.",
58-
"stringField": {}
48+
"name": "orgs",
49+
"description": "Limit syncing to specific organizations.",
50+
"stringSliceField": {}
51+
},
52+
{
53+
"name": "log-level",
54+
"description": "The log level: debug, info, warn, error",
55+
"isOps": true,
56+
"stringField": {
57+
"defaultValue": "info"
58+
}
5959
},
6060
{
6161
"name": "otel-tracing-disabled",
@@ -64,15 +64,15 @@
6464
"boolField": {}
6565
},
6666
{
67-
"name": "otel-collector-endpoint-tls-cert",
68-
"description": "A PEM-encoded certificate to use as a CA for TLS connections to the OpenTelemetry collector",
67+
"name": "otel-collector-endpoint-tls-cert-path",
68+
"description": "Path to a file containing a PEM-encoded certificate to use as a CA for TLS connections to the OpenTelemetry collector",
6969
"isOps": true,
7070
"stringField": {}
7171
},
7272
{
73-
"name": "app-privatekey-path",
74-
"description": "Path to private key that is used to connect to the GitHub App",
75-
"stringField": {}
73+
"name": "sync-secrets",
74+
"description": "Whether to sync secrets or not",
75+
"boolField": {}
7676
}
7777
],
7878
"constraints": [

0 commit comments

Comments
 (0)