Skip to content

Commit 8d92b59

Browse files
[skip ci] Automatic commit of generated files from CircleCI (#815)
Co-authored-by: CircleCI Job <[email protected]>
1 parent f5fb99e commit 8d92b59

File tree

11 files changed

+678
-432
lines changed

11 files changed

+678
-432
lines changed

site/data/3.12/arangobackup.json

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,7 @@
10061006
},
10071007
"server.authentication" : {
10081008
"category" : "option",
1009-
"default" : true,
1009+
"default" : false,
10101010
"deprecatedIn" : null,
10111011
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
10121012
"dynamic" : false,
@@ -1067,7 +1067,7 @@
10671067
"server.endpoint" : {
10681068
"category" : "option",
10691069
"default" : [
1070-
"tcp://127.0.0.1:8529"
1070+
"http+tcp://127.0.0.1:8529"
10711071
],
10721072
"deprecatedIn" : null,
10731073
"description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp:// or unix://",
@@ -1084,6 +1084,29 @@
10841084
"section" : "server",
10851085
"type" : "string..."
10861086
},
1087+
"server.jwt-renewal-threshold" : {
1088+
"base" : 1,
1089+
"category" : "option",
1090+
"default" : 300,
1091+
"deprecatedIn" : null,
1092+
"description" : "The time (in seconds) before JWT token expiry to trigger automatic renewal. Default is 300 seconds (5 minutes).",
1093+
"dynamic" : false,
1094+
"enterpriseOnly" : false,
1095+
"experimental" : false,
1096+
"hidden" : true,
1097+
"introducedIn" : null,
1098+
"maxInclusive" : true,
1099+
"maxValue" : 1.7976931348623157e+308,
1100+
"minInclusive" : true,
1101+
"minValue" : 2.2250738585072014e-308,
1102+
"obsolete" : false,
1103+
"os" : [
1104+
"linux"
1105+
],
1106+
"requiresValue" : true,
1107+
"section" : "server",
1108+
"type" : "double"
1109+
},
10871110
"server.max-packet-size" : {
10881111
"base" : 1,
10891112
"category" : "option",

site/data/3.12/arangobench.json

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1275,7 +1275,7 @@
12751275
},
12761276
"server.authentication" : {
12771277
"category" : "option",
1278-
"default" : true,
1278+
"default" : false,
12791279
"deprecatedIn" : null,
12801280
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
12811281
"dynamic" : false,
@@ -1336,7 +1336,7 @@
13361336
"server.endpoint" : {
13371337
"category" : "option",
13381338
"default" : [
1339-
"tcp://127.0.0.1:8529"
1339+
"http+tcp://127.0.0.1:8529"
13401340
],
13411341
"deprecatedIn" : null,
13421342
"description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp:// or unix://",
@@ -1353,6 +1353,29 @@
13531353
"section" : "server",
13541354
"type" : "string..."
13551355
},
1356+
"server.jwt-renewal-threshold" : {
1357+
"base" : 1,
1358+
"category" : "option",
1359+
"default" : 300,
1360+
"deprecatedIn" : null,
1361+
"description" : "The time (in seconds) before JWT token expiry to trigger automatic renewal. Default is 300 seconds (5 minutes).",
1362+
"dynamic" : false,
1363+
"enterpriseOnly" : false,
1364+
"experimental" : false,
1365+
"hidden" : true,
1366+
"introducedIn" : null,
1367+
"maxInclusive" : true,
1368+
"maxValue" : 1.7976931348623157e+308,
1369+
"minInclusive" : true,
1370+
"minValue" : 2.2250738585072014e-308,
1371+
"obsolete" : false,
1372+
"os" : [
1373+
"linux"
1374+
],
1375+
"requiresValue" : true,
1376+
"section" : "server",
1377+
"type" : "double"
1378+
},
13561379
"server.max-packet-size" : {
13571380
"base" : 1,
13581381
"category" : "option",

site/data/3.12/arangod.json

Lines changed: 65 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,6 +1038,66 @@
10381038
"section" : "audit",
10391039
"type" : "boolean"
10401040
},
1041+
"auth.maximal-jwt-expiry-time" : {
1042+
"base" : 1,
1043+
"category" : "option",
1044+
"component" : [
1045+
"coordinator",
1046+
"single"
1047+
],
1048+
"default" : 3600,
1049+
"deprecatedIn" : null,
1050+
"description" : "The maximal expiry time (in seconds) allowed for JWT tokens requested via the `POST /_open/auth` endpoint.",
1051+
"dynamic" : false,
1052+
"enterpriseOnly" : false,
1053+
"experimental" : false,
1054+
"hidden" : false,
1055+
"introducedIn" : [
1056+
"v3.12.6"
1057+
],
1058+
"longDescription" : "This option sets the maximum lifetime that can be\nrequested for JWT tokens via the `expiryTime` parameter in the `POST /_open/auth`\nendpoint. Requests with expiry times above this value will be rejected.",
1059+
"maxInclusive" : true,
1060+
"maxValue" : 1.7976931348623157e+308,
1061+
"minInclusive" : false,
1062+
"minValue" : 1,
1063+
"obsolete" : false,
1064+
"os" : [
1065+
"linux"
1066+
],
1067+
"requiresValue" : true,
1068+
"section" : "auth",
1069+
"type" : "double"
1070+
},
1071+
"auth.minimal-jwt-expiry-time" : {
1072+
"base" : 1,
1073+
"category" : "option",
1074+
"component" : [
1075+
"coordinator",
1076+
"single"
1077+
],
1078+
"default" : 10,
1079+
"deprecatedIn" : null,
1080+
"description" : "The minimal expiry time (in seconds) allowed for JWT tokens requested via the `POST /_open/auth` endpoint.",
1081+
"dynamic" : false,
1082+
"enterpriseOnly" : false,
1083+
"experimental" : false,
1084+
"hidden" : false,
1085+
"introducedIn" : [
1086+
"v3.12.6"
1087+
],
1088+
"longDescription" : "This option sets the minimum lifetime that can be\nrequested for JWT tokens via the `expiryTime` parameter in the `POST /_open/auth`\nendpoint. Requests with expiry times below this value will be rejected.",
1089+
"maxInclusive" : true,
1090+
"maxValue" : 1.7976931348623157e+308,
1091+
"minInclusive" : false,
1092+
"minValue" : 1,
1093+
"obsolete" : false,
1094+
"os" : [
1095+
"linux"
1096+
],
1097+
"requiresValue" : true,
1098+
"section" : "auth",
1099+
"type" : "double"
1100+
},
10411101
"backup.api-enabled" : {
10421102
"category" : "option",
10431103
"component" : [
@@ -2339,7 +2399,7 @@
23392399
"agent",
23402400
"single"
23412401
],
2342-
"default" : "/var/lib/arangodb3",
2402+
"default" : "",
23432403
"deprecatedIn" : null,
23442404
"description" : "The path to the database directory.",
23452405
"dynamic" : false,
@@ -3476,7 +3536,7 @@
34763536
"coordinator",
34773537
"single"
34783538
],
3479-
"default" : "/var/lib/arangodb3-apps",
3539+
"default" : "./js/apps",
34803540
"deprecatedIn" : null,
34813541
"description" : "The directory for Foxx applications.",
34823542
"dynamic" : false,
@@ -3740,6 +3800,7 @@
37403800
"single"
37413801
],
37423802
"default" : [
3803+
"./enterprise/js"
37433804
],
37443805
"deprecatedIn" : null,
37453806
"description" : "Additional paths containing JavaScript modules.",
@@ -3812,7 +3873,7 @@
38123873
"coordinator",
38133874
"single"
38143875
],
3815-
"default" : "/usr/share/arangodb3/js",
3876+
"default" : "./js",
38163877
"deprecatedIn" : null,
38173878
"description" : "A path to the directory containing the JavaScript startup scripts.",
38183879
"dynamic" : false,
@@ -4258,7 +4319,7 @@
42584319
"agent",
42594320
"single"
42604321
],
4261-
"default" : "-",
4322+
"default" : "",
42624323
"deprecatedIn" : null,
42634324
"description" : "Shortcut for `--log.output file://<filename>`",
42644325
"dynamic" : false,

site/data/3.12/arangodump.json

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1345,7 +1345,7 @@
13451345
},
13461346
"server.authentication" : {
13471347
"category" : "option",
1348-
"default" : true,
1348+
"default" : false,
13491349
"deprecatedIn" : null,
13501350
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
13511351
"dynamic" : false,
@@ -1406,7 +1406,7 @@
14061406
"server.endpoint" : {
14071407
"category" : "option",
14081408
"default" : [
1409-
"tcp://127.0.0.1:8529"
1409+
"http+tcp://127.0.0.1:8529"
14101410
],
14111411
"deprecatedIn" : null,
14121412
"description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp:// or unix://",
@@ -1423,6 +1423,29 @@
14231423
"section" : "server",
14241424
"type" : "string..."
14251425
},
1426+
"server.jwt-renewal-threshold" : {
1427+
"base" : 1,
1428+
"category" : "option",
1429+
"default" : 300,
1430+
"deprecatedIn" : null,
1431+
"description" : "The time (in seconds) before JWT token expiry to trigger automatic renewal. Default is 300 seconds (5 minutes).",
1432+
"dynamic" : false,
1433+
"enterpriseOnly" : false,
1434+
"experimental" : false,
1435+
"hidden" : true,
1436+
"introducedIn" : null,
1437+
"maxInclusive" : true,
1438+
"maxValue" : 1.7976931348623157e+308,
1439+
"minInclusive" : true,
1440+
"minValue" : 2.2250738585072014e-308,
1441+
"obsolete" : false,
1442+
"os" : [
1443+
"linux"
1444+
],
1445+
"requiresValue" : true,
1446+
"section" : "server",
1447+
"type" : "double"
1448+
},
14261449
"server.jwt-secret-keyfile" : {
14271450
"category" : "option",
14281451
"default" : "",
@@ -1445,7 +1468,7 @@
14451468
"category" : "option",
14461469
"default" : "",
14471470
"deprecatedIn" : null,
1448-
"description" : "If enabled, the JWT token is used directly for authentication. You can either specify the token directly or use the - sign to be prompted for it to not leak the token to the process list. This option is not compatible with --server.ask-jwt-secret, --server.jwt-secret-keyfile, --server.username and --server.password. If specified, it is used for all connections - even if a new connection to another server is created.",
1471+
"description" : "If enabled, the JWT token is used directly for authentication. You can either specify the token directly or set the value to \"-\" to get prompted for the token to not leak the token to the process list. This option is not compatible with --server.ask-jwt-secret, --server.jwt-secret-keyfile, --server.username and --server.password. If specified, it is used for all connections - even if a new connection to another server is created.",
14491472
"dynamic" : false,
14501473
"enterpriseOnly" : false,
14511474
"experimental" : false,

site/data/3.12/arangoexport.json

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,7 @@
10921092
},
10931093
"server.authentication" : {
10941094
"category" : "option",
1095-
"default" : true,
1095+
"default" : false,
10961096
"deprecatedIn" : null,
10971097
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
10981098
"dynamic" : false,
@@ -1153,7 +1153,7 @@
11531153
"server.endpoint" : {
11541154
"category" : "option",
11551155
"default" : [
1156-
"tcp://127.0.0.1:8529"
1156+
"http+tcp://127.0.0.1:8529"
11571157
],
11581158
"deprecatedIn" : null,
11591159
"description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp:// or unix://",
@@ -1170,6 +1170,29 @@
11701170
"section" : "server",
11711171
"type" : "string..."
11721172
},
1173+
"server.jwt-renewal-threshold" : {
1174+
"base" : 1,
1175+
"category" : "option",
1176+
"default" : 300,
1177+
"deprecatedIn" : null,
1178+
"description" : "The time (in seconds) before JWT token expiry to trigger automatic renewal. Default is 300 seconds (5 minutes).",
1179+
"dynamic" : false,
1180+
"enterpriseOnly" : false,
1181+
"experimental" : false,
1182+
"hidden" : true,
1183+
"introducedIn" : null,
1184+
"maxInclusive" : true,
1185+
"maxValue" : 1.7976931348623157e+308,
1186+
"minInclusive" : true,
1187+
"minValue" : 2.2250738585072014e-308,
1188+
"obsolete" : false,
1189+
"os" : [
1190+
"linux"
1191+
],
1192+
"requiresValue" : true,
1193+
"section" : "server",
1194+
"type" : "double"
1195+
},
11731196
"server.max-packet-size" : {
11741197
"base" : 1,
11751198
"category" : "option",

site/data/3.12/arangoimport.json

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,7 +1281,7 @@
12811281
},
12821282
"server.authentication" : {
12831283
"category" : "option",
1284-
"default" : true,
1284+
"default" : false,
12851285
"deprecatedIn" : null,
12861286
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
12871287
"dynamic" : false,
@@ -1342,7 +1342,7 @@
13421342
"server.endpoint" : {
13431343
"category" : "option",
13441344
"default" : [
1345-
"tcp://127.0.0.1:8529"
1345+
"http+tcp://127.0.0.1:8529"
13461346
],
13471347
"deprecatedIn" : null,
13481348
"description" : "The endpoint to connect to. Use 'none' to start without a server. Use http+ssl:// as schema to connect to an SSL-secured server endpoint, otherwise http+tcp:// or unix://",
@@ -1359,6 +1359,29 @@
13591359
"section" : "server",
13601360
"type" : "string..."
13611361
},
1362+
"server.jwt-renewal-threshold" : {
1363+
"base" : 1,
1364+
"category" : "option",
1365+
"default" : 300,
1366+
"deprecatedIn" : null,
1367+
"description" : "The time (in seconds) before JWT token expiry to trigger automatic renewal. Default is 300 seconds (5 minutes).",
1368+
"dynamic" : false,
1369+
"enterpriseOnly" : false,
1370+
"experimental" : false,
1371+
"hidden" : true,
1372+
"introducedIn" : null,
1373+
"maxInclusive" : true,
1374+
"maxValue" : 1.7976931348623157e+308,
1375+
"minInclusive" : true,
1376+
"minValue" : 2.2250738585072014e-308,
1377+
"obsolete" : false,
1378+
"os" : [
1379+
"linux"
1380+
],
1381+
"requiresValue" : true,
1382+
"section" : "server",
1383+
"type" : "double"
1384+
},
13621385
"server.max-packet-size" : {
13631386
"base" : 1,
13641387
"category" : "option",

0 commit comments

Comments
 (0)