@@ -2067,15 +2067,13 @@ v1:
20672067 properties:
20682068 jwtSecretName:
20692069 description: |-
2070- JWTSecretName setting specifies the name of a kubernetes `Secret` that contains
2071- the JWT token used for accessing all ArangoDB servers.
2070+ JWTSecretName setting specifies the name of a kubernetes `Secret` that contains a secret key used for generating
2071+ JWT tokens to access all ArangoDB servers.
20722072 When no name is specified, it defaults to `<deployment-name>-jwt`.
20732073 To disable authentication, set this value to `None`.
2074- If you specify a name of a `Secret`, that secret must have the token
2075- in a data field named `token`.
2076- If you specify a name of a `Secret` that does not exist, a random token is created
2077- and stored in a `Secret` with given name.
2078- Changing a JWT token results in restarting of a whole cluster.
2074+ If you specify a name of a `Secret`, that secret must have the key value in a data field named `token`.
2075+ If you specify a name of a `Secret` that does not exist, a random key is created and stored in a `Secret` with given name.
2076+ Changing secret key results in restarting of a whole cluster.
20792077 type: string
20802078 type: object
20812079 bootstrap:
@@ -15228,15 +15226,13 @@ v1alpha:
1522815226 properties:
1522915227 jwtSecretName:
1523015228 description: |-
15231- JWTSecretName setting specifies the name of a kubernetes `Secret` that contains
15232- the JWT token used for accessing all ArangoDB servers.
15229+ JWTSecretName setting specifies the name of a kubernetes `Secret` that contains a secret key used for generating
15230+ JWT tokens to access all ArangoDB servers.
1523315231 When no name is specified, it defaults to `<deployment-name>-jwt`.
1523415232 To disable authentication, set this value to `None`.
15235- If you specify a name of a `Secret`, that secret must have the token
15236- in a data field named `token`.
15237- If you specify a name of a `Secret` that does not exist, a random token is created
15238- and stored in a `Secret` with given name.
15239- Changing a JWT token results in restarting of a whole cluster.
15233+ If you specify a name of a `Secret`, that secret must have the key value in a data field named `token`.
15234+ If you specify a name of a `Secret` that does not exist, a random key is created and stored in a `Secret` with given name.
15235+ Changing secret key results in restarting of a whole cluster.
1524015236 type: string
1524115237 type: object
1524215238 bootstrap:
@@ -28389,15 +28385,13 @@ v2alpha1:
2838928385 properties:
2839028386 jwtSecretName:
2839128387 description: |-
28392- JWTSecretName setting specifies the name of a kubernetes `Secret` that contains
28393- the JWT token used for accessing all ArangoDB servers.
28388+ JWTSecretName setting specifies the name of a kubernetes `Secret` that contains a secret key used for generating
28389+ JWT tokens to access all ArangoDB servers.
2839428390 When no name is specified, it defaults to `<deployment-name>-jwt`.
2839528391 To disable authentication, set this value to `None`.
28396- If you specify a name of a `Secret`, that secret must have the token
28397- in a data field named `token`.
28398- If you specify a name of a `Secret` that does not exist, a random token is created
28399- and stored in a `Secret` with given name.
28400- Changing a JWT token results in restarting of a whole cluster.
28392+ If you specify a name of a `Secret`, that secret must have the key value in a data field named `token`.
28393+ If you specify a name of a `Secret` that does not exist, a random key is created and stored in a `Secret` with given name.
28394+ Changing secret key results in restarting of a whole cluster.
2840128395 type: string
2840228396 type: object
2840328397 bootstrap:
0 commit comments