With ocm (v0.1.62), I can create a new LDAP identity provider with this command:
$ ocm create idp --type ldap --help
...
--url string LDAP: An RFC 2255 URL which specifies the LDAP search parameters to use.
--bind-dn string LDAP: DN to bind with during the search phase.
--bind-password string LDAP: Password to bind with during the search phase.
--id-attributes string LDAP: The list of attributes whose values should be used as the user ID. (default "dn")
--username-attributes string LDAP: The list of attributes whose values should be used as the preferred username. (default "uid")
--name-attributes string LDAP: The list of attributes whose values should be used as the display name. (default "cn")
--email-attributes string LDAP: The list of attributes whose values should be used as the email address.
...
but I cannot set the insecure: true flag.
rosa allows it:
$ rosa create idp --type ldap --help
...
--insecure LDAP: Do not make TLS connections to the server.
and the OCM web UI as well:

This feature is necessary for us to conduct automated performance testing of RHODS on OSD.
With
ocm(v0.1.62), I can create a new LDAP identity provider with this command:but I cannot set the
insecure: trueflag.rosaallows it:and the OCM web UI as well:

This feature is necessary for us to conduct automated performance testing of RHODS on OSD.