-
Notifications
You must be signed in to change notification settings - Fork 21
Description
Summary
Add support for .pypirc files in the 1Password VS Code plugin to securely manage tokens and prevent accidental public uploads.
Use cases
The feature would help users securely store and manage their tokens in .pypirc files, reducing the risk of uploading sensitive information to public repositories. It would be particularly useful for developers who frequently publish packages to platforms such as GitLab package registry, PyPI, and GitHub environment.
Proposed solution
Implement support for .pypirc files in the 1Password VS Code plugin. This would involve recognizing and properly handling .pypirc files, allowing users to easily set up and manage their tokens for various platforms.
Is there a workaround to accomplish this today?
Currently, there is no straightforward workaround. Users must manually manage their tokens, which increases the risk of accidental public uploads.