Skip to content

Commit

Permalink
Merge pull request #917 from spolti/mergeNextOnRelease
Browse files Browse the repository at this point in the history
Merge next on release
  • Loading branch information
spolti authored Sep 6, 2023
2 parents 3ec65be + 0c5e11a commit 06f2820
Show file tree
Hide file tree
Showing 43 changed files with 19,985 additions and 42 deletions.
10 changes: 10 additions & 0 deletions deploy/crds/kieapp.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ spec:
defaultRole:
description: A role included for all authenticated users
type: string
directVerification:
description: Does this realm support verification of credentials
by directly connecting to LDAP as the account being authenticated?
Boolean flag, defaults to false.
type: boolean
distinguishedNameAttribute:
description: Deprecated - parameter not supported by Elytron
The name of the attribute in the user entry that contains
Expand Down Expand Up @@ -3058,6 +3063,11 @@ spec:
defaultRole:
description: A role included for all authenticated users
type: string
directVerification:
description: Does this realm support verification of credentials
by directly connecting to LDAP as the account being
authenticated? Boolean flag, defaults to false.
type: boolean
distinguishedNameAttribute:
description: Deprecated - parameter not supported by Elytron
The name of the attribute in the user entry that contains
Expand Down
2 changes: 1 addition & 1 deletion deploy/crs/v2/snippets/prior_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ metadata:
consoleTitle: Prior Product Version
name: prior-version
spec:
version: 7.13.2
version: 7.13.3
Loading

0 comments on commit 06f2820

Please sign in to comment.