Skip to content

Resolve EE/CE differences in app/views/profiles/keys

Denys Mishunov requested to merge ce-fe-fix-ee-diff-profile-key-views into master

What does this MR do?

Provides a CE/EE-unified templates for app/views/profiles/keys/_key.html.haml and app/views/profiles/keys/_key_details.html.haml

The MR also introduces an new method on app/models/key.rb that gets overridden on EE's side for LDAP keys

When EE counter-part gets merged with it's own additions,

can be closed

Does this MR meet the acceptance criteria?

Conformity

Performance 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 Denys Mishunov

Merge request reports