Skip to content

Commit a6de9fd

Browse files
Updating config schema.
1 parent daa8c33 commit a6de9fd

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,35 +1,30 @@
11
{
22
"fields": [
3+
{
4+
"name": "sync-secrets",
5+
"description": "Whether to sync secrets or not",
6+
"boolField": {}
7+
},
38
{
49
"name": "otel-collector-endpoint-tls-cert",
510
"description": "A PEM-encoded certificate to use as a CA for TLS connections to the OpenTelemetry collector",
611
"isOps": true,
712
"stringField": {}
813
},
9-
{
10-
"name": "instance-url",
11-
"description": "The GitHub instance URL to connect to. (default \"https://github.com\")",
12-
"stringField": {}
13-
},
14-
{
15-
"name": "app-id",
16-
"description": "The GitHub App to connect to.",
17-
"stringField": {}
18-
},
1914
{
2015
"name": "otel-logging-disabled",
2116
"description": "Disable OpenTelemetry logging",
2217
"isOps": true,
2318
"boolField": {}
2419
},
2520
{
26-
"name": "token",
27-
"description": "The GitHub access token used to connect to the GitHub API.",
21+
"name": "instance-url",
22+
"description": "The GitHub instance URL to connect to. (default \"https://github.com\")",
2823
"stringField": {}
2924
},
3025
{
31-
"name": "app-privatekey-path",
32-
"description": "Path to private key that is used to connect to the GitHub App",
26+
"name": "token",
27+
"description": "The GitHub access token used to connect to the GitHub API.",
3328
"stringField": {}
3429
},
3530
{
@@ -39,11 +34,27 @@
3934
"stringField": {}
4035
},
4136
{
42-
"name": "otel-collector-endpoint-tls-insecure",
43-
"description": "Allow insecure connections to the OpenTelemetry collector",
37+
"name": "otel-collector-endpoint-tls-cert-path",
38+
"description": "Path to a file containing a PEM-encoded certificate to use as a CA for TLS connections to the OpenTelemetry collector",
39+
"isOps": true,
40+
"stringField": {}
41+
},
42+
{
43+
"name": "otel-tracing-disabled",
44+
"description": "Disable OpenTelemetry tracing",
4445
"isOps": true,
4546
"boolField": {}
4647
},
48+
{
49+
"name": "app-privatekey-path",
50+
"description": "Path to private key that is used to connect to the GitHub App",
51+
"stringField": {}
52+
},
53+
{
54+
"name": "app-id",
55+
"description": "The GitHub App to connect to.",
56+
"stringField": {}
57+
},
4758
{
4859
"name": "orgs",
4960
"description": "Limit syncing to specific organizations.",
@@ -58,20 +69,9 @@
5869
}
5970
},
6071
{
61-
"name": "otel-tracing-disabled",
62-
"description": "Disable OpenTelemetry tracing",
63-
"isOps": true,
64-
"boolField": {}
65-
},
66-
{
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",
72+
"name": "otel-collector-endpoint-tls-insecure",
73+
"description": "Allow insecure connections to the OpenTelemetry collector",
6974
"isOps": true,
70-
"stringField": {}
71-
},
72-
{
73-
"name": "sync-secrets",
74-
"description": "Whether to sync secrets or not",
7575
"boolField": {}
7676
}
7777
],

0 commit comments

Comments
 (0)