Skip to content

Commit 7f41899

Browse files
authored
Add disableSubPathExpr: true to plugins yaml (#701)
Cherry-picked #699
1 parent 5075907 commit 7f41899

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

modules/ROOT/pages/kubernetes/configuration.adoc

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ Some examples of possible Neo4j configurations::
558558

559559
[[configure-neo4j-name]]
560560
== 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.
562562
This means a standalone server can be upgraded to a cluster by adding more servers.
563563
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.
564564
`neo4j.name` must be unique within a namespace.
@@ -826,7 +826,7 @@ ssl:
826826
sources: [ ]
827827
----
828828

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.
830830

831831
=== Configure an SSL policy using a `generic` Kubernetes secret
832832

@@ -842,7 +842,7 @@ For more information, see xref:kubernetes/quickstart-cluster/prerequisites.adoc[
842842
+
843843
[source, shell]
844844
----
845-
cat public.crt| base64
845+
cat public.crt| base64
846846
----
847847
+
848848
[source, shell]
@@ -932,7 +932,7 @@ ssl:
932932
sources: [ ]
933933
----
934934

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.
936936

937937
[[deploy-neo4j-cluster-ssl]]
938938
=== Deploy a Neo4j cluster with SSL certificates
@@ -1155,10 +1155,10 @@ config:
11551155

11561156
[IMPORTANT]
11571157
====
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.
11621162
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].
11631163
====
11641164

@@ -1375,6 +1375,7 @@ volumes:
13751375
data:
13761376
mode: defaultStorageClass
13771377
licenses:
1378+
disableSubPathExpr: true
13781379
mode: volume
13791380
volume:
13801381
secret:

0 commit comments

Comments
 (0)