|
1038 | 1038 | "section" : "audit", |
1039 | 1039 | "type" : "boolean" |
1040 | 1040 | }, |
| 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 | + }, |
1041 | 1101 | "backup.api-enabled" : { |
1042 | 1102 | "category" : "option", |
1043 | 1103 | "component" : [ |
|
2339 | 2399 | "agent", |
2340 | 2400 | "single" |
2341 | 2401 | ], |
2342 | | - "default" : "/var/lib/arangodb3", |
| 2402 | + "default" : "", |
2343 | 2403 | "deprecatedIn" : null, |
2344 | 2404 | "description" : "The path to the database directory.", |
2345 | 2405 | "dynamic" : false, |
|
3476 | 3536 | "coordinator", |
3477 | 3537 | "single" |
3478 | 3538 | ], |
3479 | | - "default" : "/var/lib/arangodb3-apps", |
| 3539 | + "default" : "./js/apps", |
3480 | 3540 | "deprecatedIn" : null, |
3481 | 3541 | "description" : "The directory for Foxx applications.", |
3482 | 3542 | "dynamic" : false, |
|
3740 | 3800 | "single" |
3741 | 3801 | ], |
3742 | 3802 | "default" : [ |
| 3803 | + "./enterprise/js" |
3743 | 3804 | ], |
3744 | 3805 | "deprecatedIn" : null, |
3745 | 3806 | "description" : "Additional paths containing JavaScript modules.", |
|
3812 | 3873 | "coordinator", |
3813 | 3874 | "single" |
3814 | 3875 | ], |
3815 | | - "default" : "/usr/share/arangodb3/js", |
| 3876 | + "default" : "./js", |
3816 | 3877 | "deprecatedIn" : null, |
3817 | 3878 | "description" : "A path to the directory containing the JavaScript startup scripts.", |
3818 | 3879 | "dynamic" : false, |
|
4258 | 4319 | "agent", |
4259 | 4320 | "single" |
4260 | 4321 | ], |
4261 | | - "default" : "-", |
| 4322 | + "default" : "", |
4262 | 4323 | "deprecatedIn" : null, |
4263 | 4324 | "description" : "Shortcut for `--log.output file://<filename>`", |
4264 | 4325 | "dynamic" : false, |
|
0 commit comments