Skip to content

Commit c8f1bd4

Browse files
authored
ArangoGraph: Add new default port 443 (#222)
* add new default port 443 * fix typo * address comments, apply to all versions
1 parent 89adacd commit c8f1bd4

File tree

6 files changed

+42
-33
lines changed

6 files changed

+42
-33
lines changed

site/content/3.10/arangograph/deployments/_index.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,6 @@ disabling this feature in the following situations:
211211
- You need to give individuals access to a database's UI without giving them
212212
any access to ArangoGraph. Note, however, that it's possible to only give an
213213
ArangoGraph user database UI access, without other ArangoGraph permissions.
214-
- For some reason, you require driver access via `8529` port and you are unable
215-
to use the designated `18529` driver port.
216214

217215
Before getting started, make sure you are signed into ArangoGraph as a user
218216
with one of the following permissions in your project:
@@ -226,8 +224,7 @@ organization. See how to create a
226224
[role binding](../security-and-access-control/_index.md#how-to-view-edit-or-remove-role-bindings-of-a-policy).
227225

228226
{{< warning >}}
229-
This feature is available on `8529` port only. Make sure your connecting drivers
230-
are using the `18529` port to avoid breaking changes.
227+
This feature is available on `443` port only.
231228
{{< /warning >}}
232229

233230
## How to edit a deployment

site/content/3.10/arangograph/security-and-access-control/x-509-certificates.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,26 +46,32 @@ browser does not trust the digital certificate.
4646

4747
## X.509 certificates in ArangoGraph
4848

49-
Each ArangoGraph deployment is accessible on two different port numbers:
50-
- default port `8529`
49+
Each ArangoGraph deployment is accessible on different port numbers:
50+
- default port `8529`, `443`
5151
- high port `18529`
5252

53-
Each ArangoGraph Notebook is accessible on two different port numbers:
54-
- default port `8840`
53+
Each ArangoGraph Notebook is accessible on different port numbers:
54+
- default port `8840`, `443`
5555
- high port `18840`
5656

57-
Metrics are accessible on two different port numbers:
58-
- default port `8829`
57+
Metrics are accessible on different port numbers:
58+
- default port `8829`, `443`
5959
- high port `18829`
6060

6161
The distinction between these port numbers is in the certificate used for the
6262
TLS connection.
6363

64+
{{< info >}}
65+
The default ports (`8529` and `443`) always serve the well-known certificate.
66+
The [auto login to database UI](../deployments/_index.md#auto-login-to-database-ui)
67+
feature is only available on the `443` port and is enabled by default.
68+
{{< /info >}}
69+
6470
### Well-known X.509 certificates
6571

6672
**Well-known X.509 certificates** created by
6773
[Let's Encrypt](https://letsencrypt.org/) are used on the
68-
default ports, i.e. `8529`.
74+
default ports, `8529` and `443`.
6975

7076
This type of certificate has a lifetime of 5 years and is rotated automatically.
7177
It is recommended to use well-known certificates, as this eases access of a

site/content/3.11/arangograph/deployments/_index.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,6 @@ disabling this feature in the following situations:
211211
- You need to give individuals access to a database's UI without giving them
212212
any access to ArangoGraph. Note, however, that it's possible to only give an
213213
ArangoGraph user database UI access, without other ArangoGraph permissions.
214-
- For some reason, you require driver access via `8529` port and you are unable
215-
to use the designated `18529` driver port.
216214

217215
Before getting started, make sure you are signed into ArangoGraph as a user
218216
with one of the following permissions in your project:
@@ -226,8 +224,7 @@ organization. See how to create a
226224
[role binding](../security-and-access-control/_index.md#how-to-view-edit-or-remove-role-bindings-of-a-policy).
227225

228226
{{< warning >}}
229-
This feature is available on `8529` port only. Make sure your connecting drivers
230-
are using the `18529` port to avoid breaking changes.
227+
This feature is available on `443` port only.
231228
{{< /warning >}}
232229

233230
## How to edit a deployment

site/content/3.11/arangograph/security-and-access-control/x-509-certificates.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,26 +46,32 @@ browser does not trust the digital certificate.
4646

4747
## X.509 certificates in ArangoGraph
4848

49-
Each ArangoGraph deployment is accessible on two different port numbers:
50-
- default port `8529`
49+
Each ArangoGraph deployment is accessible on different port numbers:
50+
- default port `8529`, `443`
5151
- high port `18529`
5252

53-
Each ArangoGraph Notebook is accessible on two different port numbers:
54-
- default port `8840`
53+
Each ArangoGraph Notebook is accessible on different port numbers:
54+
- default port `8840`, `443`
5555
- high port `18840`
5656

57-
Metrics are accessible on two different port numbers:
58-
- default port `8829`
57+
Metrics are accessible on different port numbers:
58+
- default port `8829`, `443`
5959
- high port `18829`
6060

6161
The distinction between these port numbers is in the certificate used for the
6262
TLS connection.
6363

64+
{{< info >}}
65+
The default ports (`8529` and `443`) always serve the well-known certificate.
66+
The [auto login to database UI](../deployments/_index.md#auto-login-to-database-ui)
67+
feature is only available on the `443` port and is enabled by default.
68+
{{< /info >}}
69+
6470
### Well-known X.509 certificates
6571

6672
**Well-known X.509 certificates** created by
6773
[Let's Encrypt](https://letsencrypt.org/) are used on the
68-
default ports, i.e. `8529`.
74+
default ports, `8529` and `443`.
6975

7076
This type of certificate has a lifetime of 5 years and is rotated automatically.
7177
It is recommended to use well-known certificates, as this eases access of a

site/content/3.12/arangograph/deployments/_index.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,6 @@ disabling this feature in the following situations:
211211
- You need to give individuals access to a database's UI without giving them
212212
any access to ArangoGraph. Note, however, that it's possible to only give an
213213
ArangoGraph user database UI access, without other ArangoGraph permissions.
214-
- For some reason, you require driver access via `8529` port and you are unable
215-
to use the designated `18529` driver port.
216214

217215
Before getting started, make sure you are signed into ArangoGraph as a user
218216
with one of the following permissions in your project:
@@ -226,8 +224,7 @@ organization. See how to create a
226224
[role binding](../security-and-access-control/_index.md#how-to-view-edit-or-remove-role-bindings-of-a-policy).
227225

228226
{{< warning >}}
229-
This feature is available on `8529` port only. Make sure your connecting drivers
230-
are using the `18529` port to avoid breaking changes.
227+
This feature is available on `443` port only.
231228
{{< /warning >}}
232229

233230
## How to edit a deployment

site/content/3.12/arangograph/security-and-access-control/x-509-certificates.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -46,26 +46,32 @@ browser does not trust the digital certificate.
4646

4747
## X.509 certificates in ArangoGraph
4848

49-
Each ArangoGraph deployment is accessible on two different port numbers:
50-
- default port `8529`
49+
Each ArangoGraph deployment is accessible on different port numbers:
50+
- default port `8529`, `443`
5151
- high port `18529`
5252

53-
Each ArangoGraph Notebook is accessible on two different port numbers:
54-
- default port `8840`
53+
Each ArangoGraph Notebook is accessible on different port numbers:
54+
- default port `8840`, `443`
5555
- high port `18840`
5656

57-
Metrics are accessible on two different port numbers:
58-
- default port `8829`
57+
Metrics are accessible on different port numbers:
58+
- default port `8829`, `443`
5959
- high port `18829`
6060

6161
The distinction between these port numbers is in the certificate used for the
6262
TLS connection.
6363

64+
{{< info >}}
65+
The default ports (`8529` and `443`) always serve the well-known certificate.
66+
The [auto login to database UI](../deployments/_index.md#auto-login-to-database-ui)
67+
feature is only available on the `443` port and is enabled by default.
68+
{{< /info >}}
69+
6470
### Well-known X.509 certificates
6571

6672
**Well-known X.509 certificates** created by
6773
[Let's Encrypt](https://letsencrypt.org/) are used on the
68-
default ports, i.e. `8529`.
74+
default ports, `8529` and `443`.
6975

7076
This type of certificate has a lifetime of 5 years and is rotated automatically.
7177
It is recommended to use well-known certificates, as this eases access of a

0 commit comments

Comments
 (0)