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