More secure private attachments - GA #54551
Replies: 24 comments 80 replies
|
Do you have plans to introduce the feature to internal repository in the future? |
2 replies
|
Hi! Sorry, is there any plans to return signed links via API? There're a lot of scripts/actions that expect accessible URLs of images and other attachments, and currently all of them are broken since not signed links are being returned via API and event payloads in Actions 😢 As I see right now the only way to get signed link via API is to use graphql API and bodyHTML field, but it's not very convenient... Maybe it makes sense to give ability to pass some header/param (e.g. Thanks. |
27 replies
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Previously, all attached (drag-and-dropped) images and videos on GitHub Issues, Pull Requests, Discussions, and wikis were available to view without authentication if you knew their direct URL.
Now, future attachments associated with private repositories can only be viewed after logging in.
This doesn't apply retroactively to existing attachments, which are obfuscated by having a long, unguessable URL.
Email notifications sent from private repositories will no longer display images; each image is replaced by a link to view it on the web.
Content inside a Git repository is not affected by this change and has always required authentication for private repositories.
Learn more about attaching files.
All reactions