@@ -398,6 +398,57 @@ spec:
398398 path : providers[0].gitlab.url
399399 x-descriptors :
400400 - urn:alm:descriptor:com.tectonic.ui:text
401+ - description : IbmSecurityVerify represents the IBM Security Verify provider
402+ displayName : IBM Security Verify
403+ path : providers[0].ibmsecurityverify
404+ - description : CredentialsSecret is a reference to a secret containing authentication
405+ details for the IBM Security Verify server
406+ displayName : Secret Containing the Credentials
407+ path : providers[0].ibmsecurityverify.credentialsSecret
408+ x-descriptors :
409+ - urn:alm:descriptor:io.kubernetes:Secret
410+ - description : Key represents the specific key to reference from the resource
411+ displayName : Key
412+ path : providers[0].ibmsecurityverify.credentialsSecret.key
413+ x-descriptors :
414+ - urn:alm:descriptor:com.tectonic.ui:text
415+ - description : Kind is a string value representing the resource type
416+ displayName : Kind
417+ path : providers[0].ibmsecurityverify.credentialsSecret.kind
418+ x-descriptors :
419+ - urn:alm:descriptor:com.tectonic.ui:select:ConfigMap
420+ - urn:alm:descriptor:com.tectonic.ui:select:Secret
421+ - description : Name represents the name of the resource
422+ displayName : Name
423+ path : providers[0].ibmsecurityverify.credentialsSecret.name
424+ x-descriptors :
425+ - urn:alm:descriptor:com.tectonic.ui:text
426+ - description : Namespace represents the namespace containing the resource
427+ displayName : Namespace
428+ path : providers[0].ibmsecurityverify.credentialsSecret.namespace
429+ x-descriptors :
430+ - urn:alm:descriptor:com.tectonic.ui:text
431+ - description : Groups is the list of ISV groups to synchronize
432+ displayName : Groups to Synchronize
433+ path : providers[0].ibmsecurityverify.groups
434+ x-descriptors :
435+ - urn:alm:descriptor:com.tectonic.ui:text
436+ - description : The ID of the group as defined in IBM Security Verify. This value
437+ can be found by using the API.
438+ displayName : Id
439+ path : providers[0].ibmsecurityverify.groups[0].id
440+ x-descriptors :
441+ - urn:alm:descriptor:com.tectonic.ui:text
442+ - description : The display name of the group as defined in IBM Security Verify
443+ displayName : Name
444+ path : providers[0].ibmsecurityverify.groups[0].name
445+ x-descriptors :
446+ - urn:alm:descriptor:com.tectonic.ui:text
447+ - description : TenantURL is the location of the IBM Security Verify tenant
448+ displayName : Tenant URL
449+ path : providers[0].ibmsecurityverify.tenantUrl
450+ x-descriptors :
451+ - urn:alm:descriptor:com.tectonic.ui:text
401452 - description : Keycloak represents the Keycloak provider
402453 displayName : Keycloak Provider
403454 path : providers[0].keycloak
@@ -1163,7 +1214,7 @@ spec:
11631214 ```shell
11641215 oc create secret generic okta-api-token --from-literal=okta-api-token=<OKTA_API_TOKEN> -n group-sync-operator
11651216 ```
1166-
1217+
11671218 ### IBM Security Verify
11681219
11691220 Groups defined in [IBM Security Verify](https://help.okta.com/en/prod/Content/Topics/users-groups-profiles/usgp-main.htm) (ISV) can be synchronized into OpenShift. Currently only the `userName` field from ISV will be synchronized. The developer docs for the ISV API can be found [here](https://docs.verify.ibm.com/verify/page/api-documentation).
0 commit comments