|
1 | 1 | { |
2 | 2 | "fields": [ |
| 3 | + { |
| 4 | + "name": "sync-secrets", |
| 5 | + "description": "Whether to sync secrets or not", |
| 6 | + "boolField": {} |
| 7 | + }, |
3 | 8 | { |
4 | 9 | "name": "otel-collector-endpoint-tls-cert", |
5 | 10 | "description": "A PEM-encoded certificate to use as a CA for TLS connections to the OpenTelemetry collector", |
6 | 11 | "isOps": true, |
7 | 12 | "stringField": {} |
8 | 13 | }, |
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 | | - }, |
19 | 14 | { |
20 | 15 | "name": "otel-logging-disabled", |
21 | 16 | "description": "Disable OpenTelemetry logging", |
22 | 17 | "isOps": true, |
23 | 18 | "boolField": {} |
24 | 19 | }, |
25 | 20 | { |
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\")", |
28 | 23 | "stringField": {} |
29 | 24 | }, |
30 | 25 | { |
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.", |
33 | 28 | "stringField": {} |
34 | 29 | }, |
35 | 30 | { |
|
39 | 34 | "stringField": {} |
40 | 35 | }, |
41 | 36 | { |
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", |
44 | 45 | "isOps": true, |
45 | 46 | "boolField": {} |
46 | 47 | }, |
| 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 | + }, |
47 | 58 | { |
48 | 59 | "name": "orgs", |
49 | 60 | "description": "Limit syncing to specific organizations.", |
|
58 | 69 | } |
59 | 70 | }, |
60 | 71 | { |
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", |
69 | 74 | "isOps": true, |
70 | | - "stringField": {} |
71 | | - }, |
72 | | - { |
73 | | - "name": "sync-secrets", |
74 | | - "description": "Whether to sync secrets or not", |
75 | 75 | "boolField": {} |
76 | 76 | } |
77 | 77 | ], |
|
0 commit comments