Skip to content

IDP: Cannot create an insecure LDAP identity provider #385

Description

@kpouget

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:
image


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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions