mirror of
https://github.com/discourse/discourse.git
synced 2025-02-05 19:11:13 +00:00
97e2b353f6
Followup 560e8aff75e4bde67bb162e8fdea52e704a19f81 GitHub auth tokens cannot be made with permissions to access multiple organisations. This is quite limiting. This commit changes the site setting to be a "secret list" type, which allows for a key/value mapping where the value is treated like a password in the UI. Now when a GitHub URL is requested for oneboxing, the org name from the URL is used to determine which token to use for the request. Just in case anyone used the old site setting already, there is a migration to create a `default` entry with that token in the new list setting, and for a period of time we will consider that token valid to use for all GitHub oneboxes as well.