Skip to content

Commit 3499c13

Browse files
Updating config schema.
1 parent 4a02de9 commit 3499c13

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

config_schema.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@
66
"isOps": true,
77
"stringField": {}
88
},
9+
{
10+
"name": "orgs",
11+
"description": "Limit syncing to specific organizations.",
12+
"stringSliceField": {}
13+
},
14+
{
15+
"name": "otel-collector-endpoint-tls-cert",
16+
"description": "A PEM-encoded certificate to use as a CA for TLS connections to the OpenTelemetry collector",
17+
"isOps": true,
18+
"stringField": {}
19+
},
920
{
1021
"name": "otel-tracing-disabled",
1122
"description": "Disable OpenTelemetry tracing",
@@ -27,51 +38,40 @@
2738
"stringField": {}
2839
},
2940
{
30-
"name": "otel-logging-disabled",
31-
"description": "Disable OpenTelemetry logging",
32-
"isOps": true,
33-
"boolField": {}
34-
},
35-
{
36-
"name": "app-id",
37-
"description": "The GitHub App to connect to.",
41+
"name": "instance-url",
42+
"description": "The GitHub instance URL to connect to. (default \"https://github.com\")",
3843
"stringField": {}
3944
},
4045
{
41-
"name": "orgs",
42-
"description": "Limit syncing to specific organizations.",
43-
"stringSliceField": {}
44-
},
45-
{
46-
"name": "token",
47-
"description": "The GitHub access token used to connect to the GitHub API.",
46+
"name": "app-privatekey-path",
47+
"description": "Path to private key that is used to connect to the GitHub App",
4848
"stringField": {}
4949
},
5050
{
51-
"name": "otel-collector-endpoint-tls-insecure",
52-
"description": "Allow insecure connections to the OpenTelemetry collector",
51+
"name": "otel-logging-disabled",
52+
"description": "Disable OpenTelemetry logging",
5353
"isOps": true,
5454
"boolField": {}
5555
},
5656
{
57-
"name": "app-privatekey-path",
58-
"description": "Path to private key that is used to connect to the GitHub App",
59-
"stringField": {}
57+
"name": "sync-secrets",
58+
"description": "Whether to sync secrets or not",
59+
"boolField": {}
6060
},
6161
{
62-
"name": "otel-collector-endpoint-tls-cert",
63-
"description": "A PEM-encoded certificate to use as a CA for TLS connections to the OpenTelemetry collector",
64-
"isOps": true,
62+
"name": "app-id",
63+
"description": "The GitHub App to connect to.",
6564
"stringField": {}
6665
},
6766
{
68-
"name": "sync-secrets",
69-
"description": "Whether to sync secrets or not",
67+
"name": "otel-collector-endpoint-tls-insecure",
68+
"description": "Allow insecure connections to the OpenTelemetry collector",
69+
"isOps": true,
7070
"boolField": {}
7171
},
7272
{
73-
"name": "instance-url",
74-
"description": "The GitHub instance URL to connect to. (default \"https://github.com\")",
73+
"name": "token",
74+
"description": "The GitHub access token used to connect to the GitHub API.",
7575
"stringField": {}
7676
}
7777
],

0 commit comments

Comments
 (0)