Skip to content

Commit

Permalink
Merge pull request #10 from appuio/used-forked-groupsync
Browse files Browse the repository at this point in the history
Use forked operator with subgroup support
  • Loading branch information
bastjan authored Nov 4, 2021
2 parents c3499a2 + 3f0d9f1 commit ba58ea8
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 5 deletions.
6 changes: 3 additions & 3 deletions class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ parameters:
images:
operator:
registry: quay.io
repository: redhat-cop/group-sync-operator
tag: v0.0.14
repository: appuio/group-sync-operator
tag: v0.1.0

manifest_version: ${group_sync_operator:images:operator:tag}
manifest_url: https://raw.githubusercontent.com/redhat-cop/group-sync-operator/${group_sync_operator:manifest_version}/config
manifest_url: https://raw.githubusercontent.com/appuio/group-sync-operator/${group_sync_operator:manifest_version}/config

sync: {}
secrets: {}
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,15 @@ spec:
- one
- sub
type: string
subGroupJoinSeparator:
description: SubGroupJoinSeparator represents the separator to join group names if subGroupProcessing is set to join
type: string
subGroupProcessing:
description: SubGroupProcessing controls how sub groups are processed. Flat flattens the groups and is the default. Groups "hidden-fox" with child "staff" and "purple-bat" with child "staff" become "hidden-fox", "purple-bat", "staff". Join joins the group names with a configurable separator. Groups "hidden-fox" with child "staff" and "purple-bat" with child "staff" become "hidden-fox", "hidden-fox/staff", "purple-bat", "purple-bat/staff".
enum:
- flat
- join
type: string
url:
description: URL is the location of the Keycloak server
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/redhat-cop/group-sync-operator:v0.0.14
image: quay.io/appuio/group-sync-operator:v0.1.0
livenessProbe:
httpGet:
path: /healthz
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,15 @@ spec:
- one
- sub
type: string
subGroupJoinSeparator:
description: SubGroupJoinSeparator represents the separator to join group names if subGroupProcessing is set to join
type: string
subGroupProcessing:
description: SubGroupProcessing controls how sub groups are processed. Flat flattens the groups and is the default. Groups "hidden-fox" with child "staff" and "purple-bat" with child "staff" become "hidden-fox", "purple-bat", "staff". Join joins the group names with a configurable separator. Groups "hidden-fox" with child "staff" and "purple-bat" with child "staff" become "hidden-fox", "hidden-fox/staff", "purple-bat", "purple-bat/staff".
enum:
- flat
- join
type: string
url:
description: URL is the location of the Keycloak server
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/redhat-cop/group-sync-operator:v0.0.14
image: quay.io/appuio/group-sync-operator:v0.1.0
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit ba58ea8

Please sign in to comment.