|
1 | 1 | { |
2 | 2 | "fields": [ |
3 | 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": {} |
| 4 | + "name": "sync-secrets", |
| 5 | + "description": "Whether to sync secrets or not", |
| 6 | + "boolField": {} |
8 | 7 | }, |
9 | 8 | { |
10 | 9 | "name": "otel-collector-endpoint-tls-insecure", |
|
13 | 12 | "boolField": {} |
14 | 13 | }, |
15 | 14 | { |
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)", |
18 | 17 | "isOps": true, |
19 | | - "boolField": {} |
| 18 | + "stringField": {} |
20 | 19 | }, |
21 | 20 | { |
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, |
24 | 24 | "stringField": {} |
25 | 25 | }, |
26 | 26 | { |
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", |
29 | 29 | "isOps": true, |
30 | | - "stringField": {} |
| 30 | + "boolField": {} |
31 | 31 | }, |
32 | 32 | { |
33 | 33 | "name": "otel-tracing-disabled", |
34 | 34 | "description": "Disable OpenTelemetry tracing", |
35 | 35 | "isOps": true, |
36 | 36 | "boolField": {} |
37 | 37 | }, |
| 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 | + }, |
38 | 48 | { |
39 | 49 | "name": "log-level", |
40 | 50 | "description": "The log level: debug, info, warn, error", |
|
44 | 54 | } |
45 | 55 | }, |
46 | 56 | { |
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.", |
54 | 59 | "stringField": {} |
55 | 60 | }, |
56 | 61 | { |
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", |
59 | 64 | "isOps": true, |
60 | 65 | "stringField": {} |
61 | 66 | }, |
|
65 | 70 | "stringField": {} |
66 | 71 | }, |
67 | 72 | { |
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": {} |
76 | 76 | } |
77 | 77 | ], |
78 | 78 | "constraints": [ |
|
0 commit comments