fame
fame copied to clipboard
Docker SSH key mismatch
Description
When running FAME under Docker, there is a mismatch between key shown and key used for private module pulling.
Steps to Reproduce
- Set up a fresh FAME instance using docker compose.
- Add a private module, copying the displayed public key.
- Note how authentication fails.
Expected behavior
The application uses the key it shows in web UI to authenticate to git.
Actual behavior
fame_web
and fame_updater
each generate an RSA key and don't share it, causing the user to wonder what could possibly have gone wrong.