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