3131 Learn more in the [authentication concept documentation][1] and the
3232 [Authentication with OpenLDAP tutorial][2].
3333
34- [1]: https://docs.stackable.tech/home/nightly /concepts/authentication
35- [2]: https://docs.stackable.tech/home/nightly /tutorials/authentication_with_openldap
34+ [1]: https://docs.stackable.tech/home/25.11 /concepts/authentication
35+ [2]: https://docs.stackable.tech/home/25.11 /tutorials/authentication_with_openldap
3636 properties :
3737 provider :
3838 description : Provider used for authentication like LDAP or Kerberos.
5050 properties :
5151 kerberos :
5252 description : |-
53- The [Kerberos provider](https://docs.stackable.tech/home/nightly /concepts/authentication#_kerberos).
53+ The [Kerberos provider](https://docs.stackable.tech/home/25.11 /concepts/authentication#_kerberos).
5454 The Kerberos AuthenticationClass is used when users should authenticate themselves via
5555 Kerberos.
5656 properties :
6262 type : object
6363 ldap :
6464 description : |-
65- The [LDAP provider](https://docs.stackable.tech/home/nightly /concepts/authentication#_ldap).
66- There is also the ["Authentication with LDAP" tutorial](https://docs.stackable.tech/home/nightly /tutorials/authentication_with_openldap)
65+ The [LDAP provider](https://docs.stackable.tech/home/25.11 /concepts/authentication#_ldap).
66+ There is also the ["Authentication with LDAP" tutorial](https://docs.stackable.tech/home/25.11 /tutorials/authentication_with_openldap)
6767 where you can learn to configure Superset and Trino with OpenLDAP.
6868 properties :
6969 bindCredentials :
7272 properties :
7373 scope :
7474 description : |-
75- [Scope](https://docs.stackable.tech/home/nightly /secret-operator/scope) of the
76- [SecretClass](https://docs.stackable.tech/home/nightly /secret-operator/secretclass).
75+ [Scope](https://docs.stackable.tech/home/25.11 /secret-operator/scope) of the
76+ [SecretClass](https://docs.stackable.tech/home/25.11 /secret-operator/secretclass).
7777 nullable : true
7878 properties :
7979 listenerVolumes :
@@ -106,7 +106,7 @@ spec:
106106 type : array
107107 type : object
108108 secretClass :
109- description : ' [SecretClass](https://docs.stackable.tech/home/nightly /secret-operator/secretclass) containing the LDAP bind credentials.'
109+ description : ' [SecretClass](https://docs.stackable.tech/home/25.11 /secret-operator/secretclass) containing the LDAP bind credentials.'
110110 type : string
111111 required :
112112 - secretClass
@@ -187,7 +187,7 @@ spec:
187187 properties :
188188 secretClass :
189189 description : |-
190- Name of the [SecretClass](https://docs.stackable.tech/home/nightly /secret-operator/secretclass) which will provide the CA certificate.
190+ Name of the [SecretClass](https://docs.stackable.tech/home/25.11 /secret-operator/secretclass) which will provide the CA certificate.
191191 Note that a SecretClass does not need to have a key but can also work with just a CA certificate,
192192 so if you got provided with a CA cert but don't have access to the key you can still use this method.
193193 type : string
@@ -290,7 +290,7 @@ spec:
290290 properties :
291291 secretClass :
292292 description : |-
293- Name of the [SecretClass](https://docs.stackable.tech/home/nightly /secret-operator/secretclass) which will provide the CA certificate.
293+ Name of the [SecretClass](https://docs.stackable.tech/home/25.11 /secret-operator/secretclass) which will provide the CA certificate.
294294 Note that a SecretClass does not need to have a key but can also work with just a CA certificate,
295295 so if you got provided with a CA cert but don't have access to the key you can still use this method.
296296 type : string
@@ -314,7 +314,7 @@ spec:
314314 type : object
315315 static :
316316 description : |-
317- The [static provider](https://https://docs.stackable.tech/home/nightly /concepts/authentication#_static)
317+ The [static provider](https://https://docs.stackable.tech/home/25.11 /concepts/authentication#_static)
318318 is used to configure a static set of users, identified by username and password.
319319 properties :
320320 userCredentialsSecret :
@@ -334,15 +334,15 @@ spec:
334334 type : object
335335 tls :
336336 description : |-
337- The [TLS provider](https://docs.stackable.tech/home/nightly /concepts/authentication#_tls).
337+ The [TLS provider](https://docs.stackable.tech/home/25.11 /concepts/authentication#_tls).
338338 The TLS AuthenticationClass is used when users should authenticate themselves with a
339339 TLS certificate.
340340 properties :
341341 clientCertSecretClass :
342342 description : |-
343- See [ADR017: TLS authentication](https://docs.stackable.tech/home/nightly /contributor/adr/adr017-tls_authentication).
343+ See [ADR017: TLS authentication](https://docs.stackable.tech/home/25.11 /contributor/adr/adr017-tls_authentication).
344344 If `client_cert_secret_class` is not set, the TLS settings may also be used for client authentication.
345- If `client_cert_secret_class` is set, the [SecretClass](https://docs.stackable.tech/home/nightly /secret-operator/secretclass)
345+ If `client_cert_secret_class` is set, the [SecretClass](https://docs.stackable.tech/home/25.11 /secret-operator/secretclass)
346346 will be used to provision client certificates.
347347 nullable : true
348348 type : string
@@ -384,7 +384,7 @@ spec:
384384 spec :
385385 description : |-
386386 S3 connection definition as a resource.
387- Learn more on the [S3 concept documentation](https://docs.stackable.tech/home/nightly /concepts/s3).
387+ Learn more on the [S3 concept documentation](https://docs.stackable.tech/home/25.11 /concepts/s3).
388388 properties :
389389 accessStyle :
390390 default : VirtualHosted
@@ -399,14 +399,14 @@ spec:
399399 credentials :
400400 description : |-
401401 If the S3 uses authentication you have to specify you S3 credentials.
402- In the most cases a [SecretClass](https://docs.stackable.tech/home/nightly /secret-operator/secretclass)
402+ In the most cases a [SecretClass](https://docs.stackable.tech/home/25.11 /secret-operator/secretclass)
403403 providing `accessKey` and `secretKey` is sufficient.
404404 nullable : true
405405 properties :
406406 scope :
407407 description : |-
408- [Scope](https://docs.stackable.tech/home/nightly /secret-operator/scope) of the
409- [SecretClass](https://docs.stackable.tech/home/nightly /secret-operator/secretclass).
408+ [Scope](https://docs.stackable.tech/home/25.11 /secret-operator/scope) of the
409+ [SecretClass](https://docs.stackable.tech/home/25.11 /secret-operator/secretclass).
410410 nullable : true
411411 properties :
412412 listenerVolumes :
@@ -439,7 +439,7 @@ spec:
439439 type : array
440440 type : object
441441 secretClass :
442- description : ' [SecretClass](https://docs.stackable.tech/home/nightly /secret-operator/secretclass) containing the LDAP bind credentials.'
442+ description : ' [SecretClass](https://docs.stackable.tech/home/25.11 /secret-operator/secretclass) containing the LDAP bind credentials.'
443443 type : string
444444 required :
445445 - secretClass
@@ -498,7 +498,7 @@ spec:
498498 properties :
499499 secretClass :
500500 description : |-
501- Name of the [SecretClass](https://docs.stackable.tech/home/nightly /secret-operator/secretclass) which will provide the CA certificate.
501+ Name of the [SecretClass](https://docs.stackable.tech/home/25.11 /secret-operator/secretclass) which will provide the CA certificate.
502502 Note that a SecretClass does not need to have a key but can also work with just a CA certificate,
503503 so if you got provided with a CA cert but don't have access to the key you can still use this method.
504504 type : string
@@ -551,7 +551,7 @@ spec:
551551 spec :
552552 description : |-
553553 S3 bucket specification containing the bucket name and an inlined or referenced connection specification.
554- Learn more on the [S3 concept documentation](https://docs.stackable.tech/home/nightly /concepts/s3).
554+ Learn more on the [S3 concept documentation](https://docs.stackable.tech/home/25.11 /concepts/s3).
555555 properties :
556556 bucketName :
557557 description : The name of the S3 bucket.
@@ -567,7 +567,7 @@ spec:
567567 inline :
568568 description : |-
569569 S3 connection definition as a resource.
570- Learn more on the [S3 concept documentation](https://docs.stackable.tech/home/nightly /concepts/s3).
570+ Learn more on the [S3 concept documentation](https://docs.stackable.tech/home/25.11 /concepts/s3).
571571 properties :
572572 accessStyle :
573573 default : VirtualHosted
@@ -582,14 +582,14 @@ spec:
582582 credentials :
583583 description : |-
584584 If the S3 uses authentication you have to specify you S3 credentials.
585- In the most cases a [SecretClass](https://docs.stackable.tech/home/nightly /secret-operator/secretclass)
585+ In the most cases a [SecretClass](https://docs.stackable.tech/home/25.11 /secret-operator/secretclass)
586586 providing `accessKey` and `secretKey` is sufficient.
587587 nullable : true
588588 properties :
589589 scope :
590590 description : |-
591- [Scope](https://docs.stackable.tech/home/nightly /secret-operator/scope) of the
592- [SecretClass](https://docs.stackable.tech/home/nightly /secret-operator/secretclass).
591+ [Scope](https://docs.stackable.tech/home/25.11 /secret-operator/scope) of the
592+ [SecretClass](https://docs.stackable.tech/home/25.11 /secret-operator/secretclass).
593593 nullable : true
594594 properties :
595595 listenerVolumes :
@@ -622,7 +622,7 @@ spec:
622622 type : array
623623 type : object
624624 secretClass :
625- description : ' [SecretClass](https://docs.stackable.tech/home/nightly /secret-operator/secretclass) containing the LDAP bind credentials.'
625+ description : ' [SecretClass](https://docs.stackable.tech/home/25.11 /secret-operator/secretclass) containing the LDAP bind credentials.'
626626 type : string
627627 required :
628628 - secretClass
@@ -681,7 +681,7 @@ spec:
681681 properties :
682682 secretClass :
683683 description : |-
684- Name of the [SecretClass](https://docs.stackable.tech/home/nightly /secret-operator/secretclass) which will provide the CA certificate.
684+ Name of the [SecretClass](https://docs.stackable.tech/home/25.11 /secret-operator/secretclass) which will provide the CA certificate.
685685 Note that a SecretClass does not need to have a key but can also work with just a CA certificate,
686686 so if you got provided with a CA cert but don't have access to the key you can still use this method.
687687 type : string
0 commit comments