Skip to content

Commit 06f2820

Browse files
authored
Merge pull request #917 from spolti/mergeNextOnRelease
Merge next on release
2 parents 3ec65be + 0c5e11a commit 06f2820

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+19985
-42
lines changed

deploy/crds/kieapp.crd.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@ spec:
8383
defaultRole:
8484
description: A role included for all authenticated users
8585
type: string
86+
directVerification:
87+
description: Does this realm support verification of credentials
88+
by directly connecting to LDAP as the account being authenticated?
89+
Boolean flag, defaults to false.
90+
type: boolean
8691
distinguishedNameAttribute:
8792
description: Deprecated - parameter not supported by Elytron
8893
The name of the attribute in the user entry that contains
@@ -3058,6 +3063,11 @@ spec:
30583063
defaultRole:
30593064
description: A role included for all authenticated users
30603065
type: string
3066+
directVerification:
3067+
description: Does this realm support verification of credentials
3068+
by directly connecting to LDAP as the account being
3069+
authenticated? Boolean flag, defaults to false.
3070+
type: boolean
30613071
distinguishedNameAttribute:
30623072
description: Deprecated - parameter not supported by Elytron
30633073
The name of the attribute in the user entry that contains

deploy/crs/v2/snippets/prior_version.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ metadata:
88
consoleTitle: Prior Product Version
99
name: prior-version
1010
spec:
11-
version: 7.13.2
11+
version: 7.13.3

0 commit comments

Comments
 (0)