Skip to content

Commit e910c4b

Browse files
authored
Merge branch 'main' into rust-2024-upgrade
2 parents 16be9b2 + 79858d5 commit e910c4b

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

docs/modules/nifi/pages/usage_guide/security.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ spec:
110110

111111
You can follow the xref:tutorials:authentication_with_openldap.adoc[] tutorial to learn how to set up an AuthenticationClass for an LDAP server, as well as consulting the {crd-docs}/authentication.stackable.tech/authenticationclass/v1alpha1/[AuthenticationClass reference {external-link-icon}^].
112112

113+
If your LDAP server uses TLS, the AuthenticationClass also needs to know how to verify the server's certificate.
114+
See xref:concepts:tls-server-verification.adoc[] for how to provide the LDAP server's CA certificate via a SecretClass.
115+
113116
[#authentication-oidc]
114117
=== OIDC
115118

tests/test-definition.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,21 +45,22 @@ dimensions:
4545
- name: zookeeper
4646
values:
4747
- 3.9.4
48+
- 3.9.5
4849
- name: zookeeper-latest
4950
values:
50-
- 3.9.4
51+
- 3.9.5
5152
- name: opa-l
5253
values:
5354
- 1.16.2
5455
- name: hdfs-l
5556
values:
56-
- 3.4.2
57+
- 3.5.0
5758
- name: hive-l
5859
values:
5960
- 4.2.0
6061
- name: trino-l
6162
values:
62-
- "477"
63+
- "481"
6364
- name: krb5
6465
values:
6566
- 1.21.1

0 commit comments

Comments
 (0)