Skip to content

Disable Gravatar if FIPS enabled

Serena Fang requested to merge disable-gravatar-fips into master

What does this MR do and why?

Describe in detail what your merge request does and why.

Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/361354

We need to disable Gravatar for FIPS mode #19495 (comment 899933825).

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  • Specs can also be checked locally with the FIPS_MODE env variable like so:
FIPS_MODE=true bundle exec rspec spec/helpers/avatars_helper_spec.rb

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Serena Fang

Merge request reports