-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com> Co-authored-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
- Loading branch information
1 parent
8dc7d82
commit b0a81b7
Showing
11 changed files
with
473 additions
and
213 deletions.
There are no files selected for viewing
124 changes: 70 additions & 54 deletions
124
bundle/stable/eclipse-che/manifests/che-operator.clusterserviceversion.yaml
Large diffs are not rendered by default.
Oops, something went wrong.
284 changes: 148 additions & 136 deletions
284
bundle/stable/eclipse-che/manifests/che-operator.clusterserviceversion.yaml.diff
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- /home/runner/work/che-operator/che-operator/bundle/stable/eclipse-che/generated/openshift/org.eclipse.che_checlusters.yaml 2023-12-21 15:26:56.846938838 +0000 | ||
+++ /home/runner/work/che-operator/che-operator/bundle/stable/eclipse-che/manifests/org.eclipse.che_checlusters.yaml 2023-12-21 15:26:56.854938920 +0000 | ||
@@ -7917,6 +7917,40 @@ | ||
component: che-gateway-config | ||
description: Authentication settings. | ||
properties: | ||
+ advancedAuthorization: | ||
+ description: Advance authorization settings. Determines | ||
+ which users and groups are allowed to access Che. User | ||
+ is allowed to access Che if he/she is either in the `allowUsers` | ||
+ list or is member of group from `allowGroups` list and | ||
+ not in neither the `denyUsers` list nor is member of group | ||
+ from `denyGroups` list. If `allowUsers` and `allowGroups` | ||
+ are empty, then all users are allowed to access Che. if | ||
+ `denyUsers` and `denyGroups` are empty, then no users | ||
+ are denied to access Che. | ||
+ properties: | ||
+ allowGroups: | ||
+ description: List of groups allowed to access Che (currently | ||
+ supported in OpenShift only). | ||
+ items: | ||
+ type: string | ||
+ type: array | ||
+ allowUsers: | ||
+ description: List of users allowed to access Che. | ||
+ items: | ||
+ type: string | ||
+ type: array | ||
+ denyGroups: | ||
+ description: List of groups denied to access Che (currently | ||
+ supported in OpenShift only). | ||
+ items: | ||
+ type: string | ||
+ type: array | ||
+ denyUsers: | ||
+ description: List of users denied to access Che. | ||
+ items: | ||
+ type: string | ||
+ type: array | ||
+ type: object | ||
gateway: | ||
default: | ||
configLabels: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,5 +13,5 @@ | |
package version | ||
|
||
var ( | ||
Version = "7.78.0" | ||
Version = "7.79.0" | ||
) |