|
1 | 1 | { |
2 | 2 | "fields": [ |
3 | 3 | { |
4 | | - "name": "log-level", |
5 | | - "description": "The log level: debug, info, warn, error", |
| 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 | 6 | "isOps": true, |
7 | | - "stringField": { |
8 | | - "defaultValue": "info" |
9 | | - } |
10 | | - }, |
11 | | - { |
12 | | - "name": "token", |
13 | | - "description": "The GitHub access token used to connect to the GitHub API.", |
14 | 7 | "stringField": {} |
15 | 8 | }, |
16 | 9 | { |
|
19 | 12 | "stringField": {} |
20 | 13 | }, |
21 | 14 | { |
22 | | - "name": "otel-collector-endpoint-tls-cert-path", |
23 | | - "description": "Path to a file containing a PEM-encoded certificate to use as a CA for TLS connections to the OpenTelemetry collector", |
24 | | - "isOps": true, |
| 15 | + "name": "app-id", |
| 16 | + "description": "The GitHub App to connect to.", |
25 | 17 | "stringField": {} |
26 | 18 | }, |
27 | | - { |
28 | | - "name": "otel-collector-endpoint-tls-insecure", |
29 | | - "description": "Allow insecure connections to the OpenTelemetry collector", |
30 | | - "isOps": true, |
31 | | - "boolField": {} |
32 | | - }, |
33 | 19 | { |
34 | 20 | "name": "otel-logging-disabled", |
35 | 21 | "description": "Disable OpenTelemetry logging", |
36 | 22 | "isOps": true, |
37 | 23 | "boolField": {} |
38 | 24 | }, |
39 | 25 | { |
40 | | - "name": "orgs", |
41 | | - "description": "Limit syncing to specific organizations.", |
42 | | - "stringSliceField": {} |
| 26 | + "name": "token", |
| 27 | + "description": "The GitHub access token used to connect to the GitHub API.", |
| 28 | + "stringField": {} |
| 29 | + }, |
| 30 | + { |
| 31 | + "name": "app-privatekey-path", |
| 32 | + "description": "Path to private key that is used to connect to the GitHub App", |
| 33 | + "stringField": {} |
43 | 34 | }, |
44 | 35 | { |
45 | 36 | "name": "otel-collector-endpoint", |
|
48 | 39 | "stringField": {} |
49 | 40 | }, |
50 | 41 | { |
51 | | - "name": "sync-secrets", |
52 | | - "description": "Whether to sync secrets or not", |
| 42 | + "name": "otel-collector-endpoint-tls-insecure", |
| 43 | + "description": "Allow insecure connections to the OpenTelemetry collector", |
| 44 | + "isOps": true, |
53 | 45 | "boolField": {} |
54 | 46 | }, |
55 | 47 | { |
56 | | - "name": "app-id", |
57 | | - "description": "The GitHub App to connect to.", |
58 | | - "stringField": {} |
| 48 | + "name": "orgs", |
| 49 | + "description": "Limit syncing to specific organizations.", |
| 50 | + "stringSliceField": {} |
| 51 | + }, |
| 52 | + { |
| 53 | + "name": "log-level", |
| 54 | + "description": "The log level: debug, info, warn, error", |
| 55 | + "isOps": true, |
| 56 | + "stringField": { |
| 57 | + "defaultValue": "info" |
| 58 | + } |
59 | 59 | }, |
60 | 60 | { |
61 | 61 | "name": "otel-tracing-disabled", |
|
64 | 64 | "boolField": {} |
65 | 65 | }, |
66 | 66 | { |
67 | | - "name": "otel-collector-endpoint-tls-cert", |
68 | | - "description": "A PEM-encoded certificate to use as a CA for TLS connections to the OpenTelemetry collector", |
| 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", |
69 | 69 | "isOps": true, |
70 | 70 | "stringField": {} |
71 | 71 | }, |
72 | 72 | { |
73 | | - "name": "app-privatekey-path", |
74 | | - "description": "Path to private key that is used to connect to the GitHub App", |
75 | | - "stringField": {} |
| 73 | + "name": "sync-secrets", |
| 74 | + "description": "Whether to sync secrets or not", |
| 75 | + "boolField": {} |
76 | 76 | } |
77 | 77 | ], |
78 | 78 | "constraints": [ |
|
0 commit comments