mirror of
https://github.com/SignTools/SignTools.git
synced 2026-04-26 02:15:54 +03:00
[GH-ISSUE #249] Option to specify the apple account and password in the web UI. #76
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SignTools#76
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jpdasma on GitHub (Sep 18, 2022).
Original GitHub issue: https://github.com/SignTools/SignTools/issues/249
When opting to use a developer account, it appears that we have to specify both the email and password in a text file:
It's not really a good practice to store these in plaintext, even if we are running SignTools in a private server.
I suggest a feature to have an option to leave these empty and prompt the user for the email and password in the web UI.
@iitazz commented on GitHub (Sep 18, 2022):
I agree, this would be a nice thing to be implemented!
@ViRb3 commented on GitHub (Sep 18, 2022):
Due to the nature of signing, even if you had a prompt for the credentials, they would still have to reach the builder in plaintext at some point, so you should always consider them compromised. This is party mitigated by 2FA, but yes, I agree that it is not "safe". Sadly, I don't think there's a "fully safe" solution for your credentials, so I highly recommend to use a separate account just for development. I don't think that the benefits of having a prompt are worth it (in my opinion, at least), so I will likely not implement this feature myself, but I am happy to take it as a PR from somebody else.