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