Skip to content

Add LDAP badge to user avatar

What does this MR do?

Part of &4233 (closed) and #238453 (closed)

As part of an effort to convert the group members page from HAML to Vue this adds a LDAP badge to users that are added via LDAP group sync.

Local testing

Currently this is behind the vue_group_members_list feature flag. To enable:

  1. bin/rails console
  2. Feature.enable(:vue_group_members_list)

Setting up LDAP with GDK is a bit tricky, but it can be done using the GDK LDAP guide

Screenshots

Current members view

Screen_Shot_2020-10-19_at_12.11.23_PM

New members view

Screen_Shot_2020-10-19_at_12.07.53_PM

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team
Edited by Peter Hegman

Merge request reports