You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/kubernetes/configuration.adoc
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -558,7 +558,7 @@ Some examples of possible Neo4j configurations::
558
558
559
559
[[configure-neo4j-name]]
560
560
== Set neo4j.name parameter
561
-
Starting from Neo4j 5.0.0, standalone servers and cluster servers have no distinction.
561
+
Starting from Neo4j 5.0.0, standalone servers and cluster servers have no distinction.
562
562
This means a standalone server can be upgraded to a cluster by adding more servers.
563
563
Therefore, the `neo4j.name` parameter, which value links together servers in a cluster, is mandatory, and the installation will fail if it is not specified.
564
564
`neo4j.name` must be unique within a namespace.
@@ -826,7 +826,7 @@ ssl:
826
826
sources: [ ]
827
827
----
828
828
829
-
Now you are ready to <<deploy-neo4j-cluster-ssl, deploy the Neo4j cluster>> using the configured _ssl-values.yaml_ file and the Neo4j Helm charts.
829
+
Now you are ready to <<deploy-neo4j-cluster-ssl, deploy the Neo4j cluster>> using the configured _ssl-values.yaml_ file and the Neo4j Helm charts.
830
830
831
831
=== Configure an SSL policy using a `generic` Kubernetes secret
832
832
@@ -842,7 +842,7 @@ For more information, see xref:kubernetes/quickstart-cluster/prerequisites.adoc[
842
842
+
843
843
[source, shell]
844
844
----
845
-
cat public.crt| base64
845
+
cat public.crt| base64
846
846
----
847
847
+
848
848
[source, shell]
@@ -932,7 +932,7 @@ ssl:
932
932
sources: [ ]
933
933
----
934
934
935
-
Now you are ready to deploy the Neo4j cluster using the _ssl-values.yaml_ file and the Neo4j Helm charts.
935
+
Now you are ready to deploy the Neo4j cluster using the _ssl-values.yaml_ file and the Neo4j Helm charts.
936
936
937
937
[[deploy-neo4j-cluster-ssl]]
938
938
=== Deploy a Neo4j cluster with SSL certificates
@@ -1155,10 +1155,10 @@ config:
1155
1155
1156
1156
[IMPORTANT]
1157
1157
====
1158
-
`sub` is the only claim guaranteed to be unique and stable.
1159
-
Other claims, such as `email` or `preferred_username`, may change over time and should *not* be used for authentication.
1160
-
Neo4j may assign permissions to a user based on this username value in a hybrid authorization configuration.
1161
-
Thus, changing the username claim from `sub` is not recommended.
1158
+
`sub` is the only claim guaranteed to be unique and stable.
1159
+
Other claims, such as `email` or `preferred_username`, may change over time and should *not* be used for authentication.
1160
+
Neo4j may assign permissions to a user based on this username value in a hybrid authorization configuration.
1161
+
Thus, changing the username claim from `sub` is not recommended.
1162
1162
For details, see https://learn.microsoft.com/en-us/azure/active-directory/develop/id-tokens#using-claims-to-reliably-identify-a-user-subject-and-object-id[Microsoft documentation] as well as the https://openid.net/specs/openid-connect-core-1_0.html#ClaimStability[OpenId spec].
0 commit comments