Skip to content

Commit

Permalink
Merge pull request #842 from davidesalerno/KIECLOUD-656
Browse files Browse the repository at this point in the history
[KIECLOUD-656] - Prepare RHPAM branches for 7.13.2
  • Loading branch information
spolti authored Dec 19, 2022
2 parents 86de62e + 205e5ea commit 950d2c7
Show file tree
Hide file tree
Showing 55 changed files with 39,601 additions and 66 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,3 +276,9 @@ CSV Generation
```bash
make csv
```

## Upgrade Postgresql Images between different versions of the Operator
Upgrade from 10 to 12 https://github.com/sclorg/postgresql-container/tree/master/12#upgrading-database-by-switching-to-newer-postgresql-image-version

Upgrade from 12 to 13 https://github.com/sclorg/postgresql-container/tree/master/13#upgrading-database-by-switching-to-newer-postgresql-image-version

3 changes: 2 additions & 1 deletion deploy/cluster_role_binding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ roleRef:
kind: ClusterRole
name: business-automation-operator
subjects:
- kind: ServiceAccount
- apiGroup: rbac.authorization.k8s.io
kind: ServiceAccount
name: business-automation-operator
namespace: placeholder
31 changes: 19 additions & 12 deletions deploy/crds/kieapp.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,14 @@ spec:
the user search.
type: string
baseFilter:
description: DAP search filter used to locate the context
of the user to authenticate. The input username or userDN
obtained from the login module callback is substituted into
the filter anywhere a {0} expression is used. A common example
for the search filter is (uid={0}).
description: Legacy LDAP search filter used to locate the
context of the user to authenticate. The input username
or userDN obtained from the login module callback is substituted
into the filter anywhere a {0} expression is used. A common
example for the search filter is (uid={0}). For Elytron
based subsystem this property should be configured only
with the search filter parameter, without any search expression.
Example (uid={0}) became just uid.
type: string
bindCredential:
description: LDAP Credentials used for authentication
Expand Down Expand Up @@ -162,7 +165,7 @@ spec:
obtained from the login module callback is substituted into
the filter anywhere a {0} expression is used. The authenticated
userDN is substituted into the filter anywhere a {1} is
used. An example search filter that matches on the input
used. An example search filter that , matches on the input
username is (member={0}). An alternative that matches on
the authenticated userDN is (member={1}).
type: string
Expand Down Expand Up @@ -3035,11 +3038,15 @@ spec:
begin the user search.
type: string
baseFilter:
description: DAP search filter used to locate the context
of the user to authenticate. The input username or userDN
obtained from the login module callback is substituted
into the filter anywhere a {0} expression is used. A
common example for the search filter is (uid={0}).
description: Legacy LDAP search filter used to locate
the context of the user to authenticate. The input username
or userDN obtained from the login module callback is
substituted into the filter anywhere a {0} expression
is used. A common example for the search filter is (uid={0}).
For Elytron based subsystem this property should be
configured only with the search filter parameter, without
any search expression. Example (uid={0}) became just
uid.
type: string
bindCredential:
description: LDAP Credentials used for authentication
Expand Down Expand Up @@ -3138,7 +3145,7 @@ spec:
substituted into the filter anywhere a {0} expression
is used. The authenticated userDN is substituted into
the filter anywhere a {1} is used. An example search
filter that matches on the input username is (member={0}).
filter that , matches on the input username is (member={0}).
An alternative that matches on the authenticated userDN
is (member={1}).
type: string
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.0
version: 7.13.1
Loading

0 comments on commit 950d2c7

Please sign in to comment.