web-seven / backstage-plugins

IDP Plugins for Backstage
0 stars 0 forks source link

🚀 feat(scaffolder): Bitnami Sealed Secrets filter #35

Closed evghen1 closed 2 months ago

evghen1 commented 2 months ago

🔖 Feature description

This change will allow user to encode secrets using Bitnami Sealed Secrets tool.

🎤 Context

In case when user publish catalog info to Git, and use secret data as property, this data is visible in Git. For this issues recommended to use sealed secrets, which are encoded and stored in Git, and decoded already by controller where this secret has to be used.

✌️ Possible Implementation