Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 25 additions & 2 deletions site/data/3.12/arangobackup.json
Original file line number Diff line number Diff line change
Expand Up @@ -1006,7 +1006,7 @@
},
"server.authentication" : {
"category" : "option",
"default" : true,
"default" : false,
"deprecatedIn" : null,
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
"dynamic" : false,
Expand Down Expand Up @@ -1067,7 +1067,7 @@
"server.endpoint" : {
"category" : "option",
"default" : [
"tcp://127.0.0.1:8529"
"http+tcp://127.0.0.1:8529"
],
"deprecatedIn" : null,
"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://",
Expand All @@ -1084,6 +1084,29 @@
"section" : "server",
"type" : "string..."
},
"server.jwt-renewal-threshold" : {
"base" : 1,
"category" : "option",
"default" : 300,
"deprecatedIn" : null,
"description" : "The time (in seconds) before JWT token expiry to trigger automatic renewal. Default is 300 seconds (5 minutes).",
"dynamic" : false,
"enterpriseOnly" : false,
"experimental" : false,
"hidden" : true,
"introducedIn" : null,
"maxInclusive" : true,
"maxValue" : 1.7976931348623157e+308,
"minInclusive" : true,
"minValue" : 2.2250738585072014e-308,
"obsolete" : false,
"os" : [
"linux"
],
"requiresValue" : true,
"section" : "server",
"type" : "double"
},
"server.max-packet-size" : {
"base" : 1,
"category" : "option",
Expand Down
27 changes: 25 additions & 2 deletions site/data/3.12/arangobench.json
Original file line number Diff line number Diff line change
Expand Up @@ -1275,7 +1275,7 @@
},
"server.authentication" : {
"category" : "option",
"default" : true,
"default" : false,
"deprecatedIn" : null,
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
"dynamic" : false,
Expand Down Expand Up @@ -1336,7 +1336,7 @@
"server.endpoint" : {
"category" : "option",
"default" : [
"tcp://127.0.0.1:8529"
"http+tcp://127.0.0.1:8529"
],
"deprecatedIn" : null,
"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://",
Expand All @@ -1353,6 +1353,29 @@
"section" : "server",
"type" : "string..."
},
"server.jwt-renewal-threshold" : {
"base" : 1,
"category" : "option",
"default" : 300,
"deprecatedIn" : null,
"description" : "The time (in seconds) before JWT token expiry to trigger automatic renewal. Default is 300 seconds (5 minutes).",
"dynamic" : false,
"enterpriseOnly" : false,
"experimental" : false,
"hidden" : true,
"introducedIn" : null,
"maxInclusive" : true,
"maxValue" : 1.7976931348623157e+308,
"minInclusive" : true,
"minValue" : 2.2250738585072014e-308,
"obsolete" : false,
"os" : [
"linux"
],
"requiresValue" : true,
"section" : "server",
"type" : "double"
},
"server.max-packet-size" : {
"base" : 1,
"category" : "option",
Expand Down
69 changes: 65 additions & 4 deletions site/data/3.12/arangod.json
Original file line number Diff line number Diff line change
Expand Up @@ -1038,6 +1038,66 @@
"section" : "audit",
"type" : "boolean"
},
"auth.maximal-jwt-expiry-time" : {
"base" : 1,
"category" : "option",
"component" : [
"coordinator",
"single"
],
"default" : 3600,
"deprecatedIn" : null,
"description" : "The maximal expiry time (in seconds) allowed for JWT tokens requested via the `POST /_open/auth` endpoint.",
"dynamic" : false,
"enterpriseOnly" : false,
"experimental" : false,
"hidden" : false,
"introducedIn" : [
"v3.12.6"
],
"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.",
"maxInclusive" : true,
"maxValue" : 1.7976931348623157e+308,
"minInclusive" : false,
"minValue" : 1,
"obsolete" : false,
"os" : [
"linux"
],
"requiresValue" : true,
"section" : "auth",
"type" : "double"
},
"auth.minimal-jwt-expiry-time" : {
"base" : 1,
"category" : "option",
"component" : [
"coordinator",
"single"
],
"default" : 10,
"deprecatedIn" : null,
"description" : "The minimal expiry time (in seconds) allowed for JWT tokens requested via the `POST /_open/auth` endpoint.",
"dynamic" : false,
"enterpriseOnly" : false,
"experimental" : false,
"hidden" : false,
"introducedIn" : [
"v3.12.6"
],
"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.",
"maxInclusive" : true,
"maxValue" : 1.7976931348623157e+308,
"minInclusive" : false,
"minValue" : 1,
"obsolete" : false,
"os" : [
"linux"
],
"requiresValue" : true,
"section" : "auth",
"type" : "double"
},
"backup.api-enabled" : {
"category" : "option",
"component" : [
Expand Down Expand Up @@ -2339,7 +2399,7 @@
"agent",
"single"
],
"default" : "/var/lib/arangodb3",
"default" : "",
"deprecatedIn" : null,
"description" : "The path to the database directory.",
"dynamic" : false,
Expand Down Expand Up @@ -3476,7 +3536,7 @@
"coordinator",
"single"
],
"default" : "/var/lib/arangodb3-apps",
"default" : "./js/apps",
"deprecatedIn" : null,
"description" : "The directory for Foxx applications.",
"dynamic" : false,
Expand Down Expand Up @@ -3740,6 +3800,7 @@
"single"
],
"default" : [
"./enterprise/js"
],
"deprecatedIn" : null,
"description" : "Additional paths containing JavaScript modules.",
Expand Down Expand Up @@ -3812,7 +3873,7 @@
"coordinator",
"single"
],
"default" : "/usr/share/arangodb3/js",
"default" : "./js",
"deprecatedIn" : null,
"description" : "A path to the directory containing the JavaScript startup scripts.",
"dynamic" : false,
Expand Down Expand Up @@ -4258,7 +4319,7 @@
"agent",
"single"
],
"default" : "-",
"default" : "",
"deprecatedIn" : null,
"description" : "Shortcut for `--log.output file://<filename>`",
"dynamic" : false,
Expand Down
29 changes: 26 additions & 3 deletions site/data/3.12/arangodump.json
Original file line number Diff line number Diff line change
Expand Up @@ -1345,7 +1345,7 @@
},
"server.authentication" : {
"category" : "option",
"default" : true,
"default" : false,
"deprecatedIn" : null,
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
"dynamic" : false,
Expand Down Expand Up @@ -1406,7 +1406,7 @@
"server.endpoint" : {
"category" : "option",
"default" : [
"tcp://127.0.0.1:8529"
"http+tcp://127.0.0.1:8529"
],
"deprecatedIn" : null,
"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://",
Expand All @@ -1423,6 +1423,29 @@
"section" : "server",
"type" : "string..."
},
"server.jwt-renewal-threshold" : {
"base" : 1,
"category" : "option",
"default" : 300,
"deprecatedIn" : null,
"description" : "The time (in seconds) before JWT token expiry to trigger automatic renewal. Default is 300 seconds (5 minutes).",
"dynamic" : false,
"enterpriseOnly" : false,
"experimental" : false,
"hidden" : true,
"introducedIn" : null,
"maxInclusive" : true,
"maxValue" : 1.7976931348623157e+308,
"minInclusive" : true,
"minValue" : 2.2250738585072014e-308,
"obsolete" : false,
"os" : [
"linux"
],
"requiresValue" : true,
"section" : "server",
"type" : "double"
},
"server.jwt-secret-keyfile" : {
"category" : "option",
"default" : "",
Expand All @@ -1445,7 +1468,7 @@
"category" : "option",
"default" : "",
"deprecatedIn" : null,
"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.",
"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.",
"dynamic" : false,
"enterpriseOnly" : false,
"experimental" : false,
Expand Down
27 changes: 25 additions & 2 deletions site/data/3.12/arangoexport.json
Original file line number Diff line number Diff line change
Expand Up @@ -1092,7 +1092,7 @@
},
"server.authentication" : {
"category" : "option",
"default" : true,
"default" : false,
"deprecatedIn" : null,
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
"dynamic" : false,
Expand Down Expand Up @@ -1153,7 +1153,7 @@
"server.endpoint" : {
"category" : "option",
"default" : [
"tcp://127.0.0.1:8529"
"http+tcp://127.0.0.1:8529"
],
"deprecatedIn" : null,
"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://",
Expand All @@ -1170,6 +1170,29 @@
"section" : "server",
"type" : "string..."
},
"server.jwt-renewal-threshold" : {
"base" : 1,
"category" : "option",
"default" : 300,
"deprecatedIn" : null,
"description" : "The time (in seconds) before JWT token expiry to trigger automatic renewal. Default is 300 seconds (5 minutes).",
"dynamic" : false,
"enterpriseOnly" : false,
"experimental" : false,
"hidden" : true,
"introducedIn" : null,
"maxInclusive" : true,
"maxValue" : 1.7976931348623157e+308,
"minInclusive" : true,
"minValue" : 2.2250738585072014e-308,
"obsolete" : false,
"os" : [
"linux"
],
"requiresValue" : true,
"section" : "server",
"type" : "double"
},
"server.max-packet-size" : {
"base" : 1,
"category" : "option",
Expand Down
27 changes: 25 additions & 2 deletions site/data/3.12/arangoimport.json
Original file line number Diff line number Diff line change
Expand Up @@ -1281,7 +1281,7 @@
},
"server.authentication" : {
"category" : "option",
"default" : true,
"default" : false,
"deprecatedIn" : null,
"description" : "Require authentication credentials when connecting (does not affect the server-side authentication settings).",
"dynamic" : false,
Expand Down Expand Up @@ -1342,7 +1342,7 @@
"server.endpoint" : {
"category" : "option",
"default" : [
"tcp://127.0.0.1:8529"
"http+tcp://127.0.0.1:8529"
],
"deprecatedIn" : null,
"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://",
Expand All @@ -1359,6 +1359,29 @@
"section" : "server",
"type" : "string..."
},
"server.jwt-renewal-threshold" : {
"base" : 1,
"category" : "option",
"default" : 300,
"deprecatedIn" : null,
"description" : "The time (in seconds) before JWT token expiry to trigger automatic renewal. Default is 300 seconds (5 minutes).",
"dynamic" : false,
"enterpriseOnly" : false,
"experimental" : false,
"hidden" : true,
"introducedIn" : null,
"maxInclusive" : true,
"maxValue" : 1.7976931348623157e+308,
"minInclusive" : true,
"minValue" : 2.2250738585072014e-308,
"obsolete" : false,
"os" : [
"linux"
],
"requiresValue" : true,
"section" : "server",
"type" : "double"
},
"server.max-packet-size" : {
"base" : 1,
"category" : "option",
Expand Down
Loading