· 4 years ago · May 12, 2021, 02:24 PM
1{
2 "config": {
3 "ssh": {
4 "listen": "",
5 "serverVersion": "",
6 "ciphers": null,
7 "kex": null,
8 "macs": null,
9 "banner": "",
10 "hostkeys": null
11 },
12 "configserver": {
13 "url": "",
14 "allowRedirects": false,
15 "timeout": 0,
16 "cacert": "",
17 "cert": "",
18 "key": "",
19 "tlsVersion": "",
20 "curves": null,
21 "cipher": null
22 },
23 "auth": {
24 "url": "",
25 "allowRedirects": false,
26 "timeout": 0,
27 "cacert": "",
28 "cert": "",
29 "key": "",
30 "tlsVersion": "",
31 "curves": null,
32 "cipher": null,
33 "authTimeout": 0,
34 "password": false,
35 "pubkey": false
36 },
37 "log": {
38 "level": "emerg",
39 "format": "",
40 "destination": "",
41 "file": "",
42 "syslog": {
43 "destination": "",
44 "facility": "",
45 "tag": "",
46 "pid": false
47 }
48 },
49 "metrics": {
50 "listen": "",
51 "key": "",
52 "cert": "",
53 "clientcacert": "",
54 "tlsVersion": "",
55 "curves": null,
56 "cipher": null,
57 "enable": false,
58 "path": ""
59 },
60 "geoip": {
61 "provider": "",
62 "maxmind-geoip2-file": ""
63 },
64 "audit": {
65 "enable": false,
66 "format": "",
67 "storage": "",
68 "file": {
69 "directory": ""
70 },
71 "s3": {
72 "local": "",
73 "accessKey": "",
74 "secretKey": "",
75 "bucket": "",
76 "region": "",
77 "endpoint": "",
78 "cacert": "",
79 "acl": "",
80 "pathStyleAccess": false,
81 "uploadPartSize": 0,
82 "parallelUploads": 0,
83 "metadata": {
84 "ip": false,
85 "username": false
86 }
87 },
88 "intercept": {
89 "stdin": false,
90 "stdout": false,
91 "stderr": false,
92 "passwords": false
93 }
94 },
95 "security": {
96 "defaultMode": "",
97 "forceCommand": "",
98 "env": {
99 "mode": "",
100 "allow": null,
101 "deny": null
102 },
103 "command": {
104 "mode": "",
105 "allow": null
106 },
107 "shell": {
108 "mode": ""
109 },
110 "subsystem": {
111 "mode": "",
112 "allow": null,
113 "deny": null
114 },
115 "tty": {
116 "mode": ""
117 },
118 "signal": {
119 "mode": "",
120 "allow": null,
121 "deny": null
122 },
123 "maxSessions": 0
124 },
125 "backend": "docker",
126 "docker": {
127 "connection": {
128 "host": "unix:///var/run/docker.sock",
129 "cacert": "",
130 "cert": "",
131 "key": ""
132 },
133 "execution": {
134 "Launch": {
135 "container": {
136 "Hostname": "",
137 "Domainname": "",
138 "User": "",
139 "AttachStdin": false,
140 "AttachStdout": false,
141 "AttachStderr": false,
142 "Tty": false,
143 "OpenStdin": false,
144 "StdinOnce": false,
145 "Env": null,
146 "Cmd": null,
147 "Image": "python",
148 "Volumes": null,
149 "WorkingDir": "",
150 "Entrypoint": null,
151 "OnBuild": null,
152 "Labels": null
153 },
154 "host": null,
155 "network": null,
156 "platform": null,
157 "containername": ""
158 },
159 "mode": "",
160 "idleCommand": null,
161 "shellCommand": null,
162 "agentPath": "",
163 "disableAgent": false,
164 "subsystems": null,
165 "imagePullPolicy": ""
166 },
167 "timeouts": {
168 "containerStart": 0,
169 "containerStop": 0,
170 "commandStart": 0,
171 "signal": 0,
172 "window": 0,
173 "http": 0
174 }
175 },
176 "dockerrun": {
177 "host": "",
178 "cacert": "",
179 "cert": "",
180 "key": "",
181 "config": {
182 "container": null,
183 "host": null,
184 "network": null,
185 "platform": null,
186 "containername": "",
187 "subsystems": null,
188 "disableCommand": false,
189 "timeout": 0
190 }
191 },
192 "kubernetes": {
193 "connection": {
194 "host": "",
195 "path": "",
196 "username": "",
197 "password": "",
198 "serverName": "",
199 "certFile": "",
200 "keyFile": "",
201 "cacertFile": "",
202 "cert": "",
203 "key": "",
204 "cacert": "",
205 "bearerToken": "",
206 "bearerTokenFile": "",
207 "qps": 0,
208 "burst": 0
209 },
210 "pod": {
211 "metadata": {
212 "creationTimestamp": null
213 },
214 "spec": {
215 "containers": null
216 },
217 "consoleContainerNumber": 0,
218 "idleCommand": null,
219 "shellCommand": null,
220 "agentPath": "",
221 "disableAgent": false,
222 "subsystems": null,
223 "mode": ""
224 },
225 "timeouts": {
226 "podStart": 0,
227 "podStop": 0,
228 "commandStart": 0,
229 "signal": 0,
230 "window": 0,
231 "http": 0
232 }
233 },
234 "kuberun": {
235 "connection": {
236 "host": "",
237 "path": "",
238 "username": "",
239 "password": "",
240 "serverName": "",
241 "certFile": "",
242 "keyFile": "",
243 "cacertFile": "",
244 "cert": "",
245 "key": "",
246 "cacert": "",
247 "bearerToken": "",
248 "bearerTokenFile": "",
249 "qps": 0,
250 "burst": 0,
251 "insecure": false,
252 "timeout": 0
253 },
254 "pod": {
255 "namespace": "",
256 "consoleContainerNumber": 0,
257 "podSpec": {
258 "containers": null
259 },
260 "subsystems": null,
261 "agentPath": "",
262 "disableAgent": false,
263 "shellCommand": null,
264 "disableCommand": false
265 },
266 "timeout": 0
267 },
268 "sshproxy": {
269 "server": "",
270 "port": 0,
271 "usernamePassThrough": false,
272 "username": "",
273 "password": "",
274 "privateKey": "",
275 "allowedHostKeyFingerprints": null,
276 "ciphers": null,
277 "kex": null,
278 "macs": null,
279 "hostKeyAlgos": null,
280 "timeout": 0,
281 "clientVersion": ""
282 }
283 }
284}