From 8711ed7be8b84277a9d145b9244896e9d66ed286 Mon Sep 17 00:00:00 2001 From: Andrew Block Date: Sun, 30 Jan 2022 00:21:47 -0600 Subject: [PATCH] Updates to CSV --- .../group-sync-operator.clusterserviceversion.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/config/manifests/bases/group-sync-operator.clusterserviceversion.yaml b/config/manifests/bases/group-sync-operator.clusterserviceversion.yaml index d06f81a..866d965 100644 --- a/config/manifests/bases/group-sync-operator.clusterserviceversion.yaml +++ b/config/manifests/bases/group-sync-operator.clusterserviceversion.yaml @@ -146,6 +146,12 @@ spec: path: providers[0].github.insecure x-descriptors: - urn:alm:descriptor:com.tectonic.ui:booleanSwitch + - description: Map users by SCIM Id. This will usually match your IDP id, like + UPN when using AAD. + displayName: Map users by SCIM-ID + path: providers[0].github.mapByScimId + x-descriptors: + - urn:alm:descriptor:com.tectonic.ui:text - description: Organization represents the location to source teams to synchronize displayName: Organization to Synchronize path: providers[0].github.organization @@ -161,6 +167,11 @@ spec: path: providers[0].github.url x-descriptors: - urn:alm:descriptor:com.tectonic.ui:text + - description: V4URL is the location of the GitHub server graphql endpoint. + displayName: GitHub v4URL (graphql) + path: providers[0].github.v4url + x-descriptors: + - urn:alm:descriptor:com.tectonic.ui:text - description: GitLab represents the GitLab provider displayName: GitLab Provider path: providers[0].gitlab @@ -217,7 +228,7 @@ spec: path: providers[0].gitlab.insecure x-descriptors: - urn:alm:descriptor:com.tectonic.ui:booleanSwitch - - description: URL is the location of the GitLub server + - description: URL is the location of the GitLab server displayName: GitLab URL path: providers[0].gitlab.url x-descriptors: