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