|
1 | 1 | { |
2 | 2 | "fields": [ |
3 | | - { |
4 | | - "name": "api-key", |
5 | | - "displayName": "API Key", |
6 | | - "description": "The API key for the JumpCloud account.", |
7 | | - "isRequired": true, |
8 | | - "isSecret": true, |
9 | | - "stringField": { |
10 | | - "rules": { |
11 | | - "isRequired": true |
12 | | - } |
13 | | - } |
14 | | - }, |
15 | 3 | { |
16 | 4 | "name": "log-level", |
17 | 5 | "description": "The log level: debug, info, warn, error", |
|
27 | 15 | "stringField": {} |
28 | 16 | }, |
29 | 17 | { |
30 | | - "name": "org-id", |
31 | | - "displayName": "Organization ID", |
32 | | - "description": "The Org ID for the JumpCloud account (optional, only needed by API keys linked to multi-tenant admins).", |
33 | | - "stringField": {} |
| 18 | + "name": "session-store-maximum-size", |
| 19 | + "description": "The maximum size of the local in-memory session store cache in bytes.", |
| 20 | + "isOps": true, |
| 21 | + "intField": { |
| 22 | + "defaultValue": "15728640" |
| 23 | + } |
34 | 24 | }, |
35 | 25 | { |
36 | 26 | "name": "otel-collector-endpoint", |
|
39 | 29 | "stringField": {} |
40 | 30 | }, |
41 | 31 | { |
42 | | - "name": "otel-collector-endpoint-tls-cert", |
43 | | - "description": "A PEM-encoded certificate to use as a CA for TLS connections to the OpenTelemetry collector", |
| 32 | + "name": "otel-collector-endpoint-tls-cert-path", |
| 33 | + "description": "Path to a file containing a PEM-encoded certificate to use as a CA for TLS connections to the OpenTelemetry collector", |
44 | 34 | "isOps": true, |
45 | 35 | "stringField": {} |
46 | 36 | }, |
47 | 37 | { |
48 | | - "name": "otel-collector-endpoint-tls-cert-path", |
49 | | - "description": "Path to a file containing a PEM-encoded certificate to use as a CA for TLS connections to the OpenTelemetry collector", |
| 38 | + "name": "otel-collector-endpoint-tls-cert", |
| 39 | + "description": "A PEM-encoded certificate to use as a CA for TLS connections to the OpenTelemetry collector", |
50 | 40 | "isOps": true, |
51 | 41 | "stringField": {} |
52 | 42 | }, |
|
56 | 46 | "isOps": true, |
57 | 47 | "boolField": {} |
58 | 48 | }, |
| 49 | + { |
| 50 | + "name": "otel-tracing-disabled", |
| 51 | + "description": "Disable OpenTelemetry tracing", |
| 52 | + "isOps": true, |
| 53 | + "boolField": {} |
| 54 | + }, |
59 | 55 | { |
60 | 56 | "name": "otel-logging-disabled", |
61 | 57 | "description": "Disable OpenTelemetry logging", |
62 | 58 | "isOps": true, |
63 | 59 | "boolField": {} |
64 | 60 | }, |
65 | 61 | { |
66 | | - "name": "otel-tracing-disabled", |
67 | | - "description": "Disable OpenTelemetry tracing", |
| 62 | + "name": "health-check", |
| 63 | + "description": "Enable the HTTP health check endpoint", |
68 | 64 | "isOps": true, |
69 | 65 | "boolField": {} |
70 | 66 | }, |
71 | 67 | { |
72 | | - "name": "session-store-maximum-size", |
73 | | - "description": "The maximum size of the local in-memory session store cache in bytes.", |
| 68 | + "name": "health-check-port", |
| 69 | + "description": "Port for the HTTP health check endpoint", |
74 | 70 | "isOps": true, |
75 | 71 | "intField": { |
76 | | - "defaultValue": "15728640" |
| 72 | + "defaultValue": "8081" |
| 73 | + } |
| 74 | + }, |
| 75 | + { |
| 76 | + "name": "health-check-bind-address", |
| 77 | + "description": "Bind address for health check server (127.0.0.1 for localhost-only)", |
| 78 | + "isOps": true, |
| 79 | + "stringField": { |
| 80 | + "defaultValue": "127.0.0.1" |
| 81 | + } |
| 82 | + }, |
| 83 | + { |
| 84 | + "name": "api-key", |
| 85 | + "displayName": "API Key", |
| 86 | + "description": "The API key for the JumpCloud account.", |
| 87 | + "isRequired": true, |
| 88 | + "isSecret": true, |
| 89 | + "stringField": { |
| 90 | + "rules": { |
| 91 | + "isRequired": true |
| 92 | + } |
77 | 93 | } |
| 94 | + }, |
| 95 | + { |
| 96 | + "name": "org-id", |
| 97 | + "displayName": "Organization ID", |
| 98 | + "description": "The Org ID for the JumpCloud account (optional, only needed by API keys linked to multi-tenant admins).", |
| 99 | + "stringField": {} |
78 | 100 | } |
79 | 101 | ], |
80 | 102 | "displayName": "JumpCloud", |
|
0 commit comments