Merge pull request #26213 from RoadieHQ/add-gravatar-plugin

add gravatar plugin to backstage site
This commit is contained in:
Johan Haals
2024-08-27 08:17:58 +02:00
committed by GitHub
+14
View File
@@ -0,0 +1,14 @@
---
title: Gravatar catalog processor
author: roadie.io
authorUrl: https://roadie.io
category: Catalog
description: The processor generates a Gravatar URL for each user based on their email address and the generated Gravatar URL is added to the spec.profile.picture field of User entities.
documentation: https://github.com/RoadieHQ/roadie-backstage-plugins/blob/main/plugins/backend/catalog-backend-module-gravatar/README.md
iconUrl: https://gravatar.com/avatar/gravatar
npmPackageName: '@roadiehq/catalog-backend-module-gravatar'
tags:
- gravatar
- catalog
- processor
addedDate: '2024-08-26'