Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IDP: Cannot create an insecure LDAP identity provider #385

Open
kpouget opened this issue May 9, 2022 · 0 comments
Open

IDP: Cannot create an insecure LDAP identity provider #385

kpouget opened this issue May 9, 2022 · 0 comments

Comments

@kpouget
Copy link

kpouget commented May 9, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant