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