Skip to content

Commit 9b33148

Browse files
Updating config schema.
1 parent 3d72cd5 commit 9b33148

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

config_schema.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,15 @@
11
{
22
"fields": [
3-
{
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": {}
8-
},
93
{
104
"name": "otel-collector-endpoint",
115
"description": "The endpoint of the OpenTelemetry collector to send observability data to (used for both tracing and logging if specific endpoints are not provided)",
126
"isOps": true,
137
"stringField": {}
148
},
159
{
16-
"name": "otel-collector-endpoint-tls-insecure",
17-
"description": "Allow insecure connections to the OpenTelemetry collector",
10+
"name": "otel-collector-endpoint-tls-cert",
11+
"description": "A PEM-encoded certificate to use as a CA for TLS connections to the OpenTelemetry collector",
1812
"isOps": true,
19-
"boolField": {}
20-
},
21-
{
22-
"name": "token",
23-
"description": "The GitHub access token used to connect to the GitHub API.",
2413
"stringField": {}
2514
},
2615
{
@@ -29,28 +18,17 @@
2918
"isOps": true,
3019
"boolField": {}
3120
},
32-
{
33-
"name": "app-privatekey-path",
34-
"description": "Path to private key that is used to connect to the GitHub App",
35-
"stringField": {}
36-
},
3721
{
3822
"name": "otel-tracing-disabled",
3923
"description": "Disable OpenTelemetry tracing",
4024
"isOps": true,
4125
"boolField": {}
4226
},
4327
{
44-
"name": "otel-collector-endpoint-tls-cert-path",
45-
"description": "Path to a file containing a PEM-encoded certificate to use as a CA for TLS connections to the OpenTelemetry collector",
46-
"isOps": true,
28+
"name": "app-privatekey-path",
29+
"description": "Path to private key that is used to connect to the GitHub App",
4730
"stringField": {}
4831
},
49-
{
50-
"name": "orgs",
51-
"description": "Limit syncing to specific organizations.",
52-
"stringSliceField": {}
53-
},
5432
{
5533
"name": "log-level",
5634
"description": "The log level: debug, info, warn, error",
@@ -59,19 +37,41 @@
5937
"defaultValue": "info"
6038
}
6139
},
40+
{
41+
"name": "instance-url",
42+
"description": "The GitHub instance URL to connect to. (default \"https://github.com\")",
43+
"stringField": {}
44+
},
45+
{
46+
"name": "orgs",
47+
"description": "Limit syncing to specific organizations.",
48+
"stringSliceField": {}
49+
},
6250
{
6351
"name": "sync-secrets",
6452
"description": "Whether to sync secrets or not",
6553
"boolField": {}
6654
},
6755
{
68-
"name": "app-id",
69-
"description": "The GitHub App to connect to.",
56+
"name": "token",
57+
"description": "The GitHub access token used to connect to the GitHub API.",
7058
"stringField": {}
7159
},
7260
{
73-
"name": "instance-url",
74-
"description": "The GitHub instance URL to connect to. (default \"https://github.com\")",
61+
"name": "otel-collector-endpoint-tls-cert-path",
62+
"description": "Path to a file containing a PEM-encoded certificate to use as a CA for TLS connections to the OpenTelemetry collector",
63+
"isOps": true,
64+
"stringField": {}
65+
},
66+
{
67+
"name": "otel-collector-endpoint-tls-insecure",
68+
"description": "Allow insecure connections to the OpenTelemetry collector",
69+
"isOps": true,
70+
"boolField": {}
71+
},
72+
{
73+
"name": "app-id",
74+
"description": "The GitHub App to connect to.",
7575
"stringField": {}
7676
}
7777
],

0 commit comments

Comments
 (0)