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