Skip to content

Commit d414928

Browse files
Updating config schema.
1 parent 55a85f5 commit d414928

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

config_schema.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
{
22
"fields": [
33
{
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",
6-
"isOps": true,
7-
"stringField": {}
4+
"name": "sync-secrets",
5+
"description": "Whether to sync secrets or not",
6+
"boolField": {}
87
},
98
{
109
"name": "otel-collector-endpoint-tls-insecure",
@@ -13,28 +12,39 @@
1312
"boolField": {}
1413
},
1514
{
16-
"name": "otel-logging-disabled",
17-
"description": "Disable OpenTelemetry logging",
15+
"name": "otel-collector-endpoint",
16+
"description": "The endpoint of the OpenTelemetry collector to send observability data to (used for both tracing and logging if specific endpoints are not provided)",
1817
"isOps": true,
19-
"boolField": {}
18+
"stringField": {}
2019
},
2120
{
22-
"name": "instance-url",
23-
"description": "The GitHub instance URL to connect to. (default \"https://github.com\")",
21+
"name": "otel-collector-endpoint-tls-cert",
22+
"description": "A PEM-encoded certificate to use as a CA for TLS connections to the OpenTelemetry collector",
23+
"isOps": true,
2424
"stringField": {}
2525
},
2626
{
27-
"name": "otel-collector-endpoint-tls-cert-path",
28-
"description": "Path to a file containing a PEM-encoded certificate to use as a CA for TLS connections to the OpenTelemetry collector",
27+
"name": "otel-logging-disabled",
28+
"description": "Disable OpenTelemetry logging",
2929
"isOps": true,
30-
"stringField": {}
30+
"boolField": {}
3131
},
3232
{
3333
"name": "otel-tracing-disabled",
3434
"description": "Disable OpenTelemetry tracing",
3535
"isOps": true,
3636
"boolField": {}
3737
},
38+
{
39+
"name": "instance-url",
40+
"description": "The GitHub instance URL to connect to. (default \"https://github.com\")",
41+
"stringField": {}
42+
},
43+
{
44+
"name": "app-privatekey-path",
45+
"description": "Path to private key that is used to connect to the GitHub App",
46+
"stringField": {}
47+
},
3848
{
3949
"name": "log-level",
4050
"description": "The log level: debug, info, warn, error",
@@ -44,18 +54,13 @@
4454
}
4555
},
4656
{
47-
"name": "orgs",
48-
"description": "Limit syncing to specific organizations.",
49-
"stringSliceField": {}
50-
},
51-
{
52-
"name": "app-privatekey-path",
53-
"description": "Path to private key that is used to connect to the GitHub App",
57+
"name": "app-id",
58+
"description": "The GitHub App to connect to.",
5459
"stringField": {}
5560
},
5661
{
57-
"name": "otel-collector-endpoint",
58-
"description": "The endpoint of the OpenTelemetry collector to send observability data to (used for both tracing and logging if specific endpoints are not provided)",
62+
"name": "otel-collector-endpoint-tls-cert-path",
63+
"description": "Path to a file containing a PEM-encoded certificate to use as a CA for TLS connections to the OpenTelemetry collector",
5964
"isOps": true,
6065
"stringField": {}
6166
},
@@ -65,14 +70,9 @@
6570
"stringField": {}
6671
},
6772
{
68-
"name": "sync-secrets",
69-
"description": "Whether to sync secrets or not",
70-
"boolField": {}
71-
},
72-
{
73-
"name": "app-id",
74-
"description": "The GitHub App to connect to.",
75-
"stringField": {}
73+
"name": "orgs",
74+
"description": "Limit syncing to specific organizations.",
75+
"stringSliceField": {}
7676
}
7777
],
7878
"constraints": [

0 commit comments

Comments
 (0)