SUSE / rmt

RPM repository mirroring tool and registration proxy for SUSE Customer Center.
Other
37 stars 46 forks source link

Removing rails secrets facilities from RMT #1065

Closed josegomezr closed 6 months ago

josegomezr commented 6 months ago

Description

RMT does not use any secret facility (key derivation for singing or encrypting data), yet rails requires a valid configuration for this to boot fine.

This is now removed and hardcoded a dummy secret key base in case any other component within the rails stack tries to derivate a key.

Further helps #1064

Change Type

Checklist

Other Notes

Please use this space to provide notes or thoughts to the team, such as tips on how to review/demo your changes.

suse-tests-pass commented 6 months ago

Well Done! Your tests are still passing. https://ci.suse.de/job/scc-RMT-integration-tests/351590/console If the given link has expired,you can force a Prophet rerun by just deleting this comment. (Merged 5ea6b329aeb8e5a1750ff6c9c057b84ca329854d into 9f151f09811d94f59cf11460b814f1faa2f193c8)