Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Compromised credentials #15

Open
effigies opened this issue Jan 6, 2023 · 3 comments
Open

[BUG] Compromised credentials #15

effigies opened this issue Jan 6, 2023 · 3 comments
Labels

Comments

@effigies
Copy link

effigies commented Jan 6, 2023

What version of the bids app were you using?

No response

Describe your problem in detail.

CircleCI has alerted everyone to cycle credentials stored in their environment variables: https://circleci.com/blog/january-4-2023-security-alert/

A PYPI_PASSWORD environment variable was set in CircleCI (I have deleted it). I believe this belongs to @AmoghJohri and needs to be changed immediately. In the future, we should use tokens, and this can be done by setting TWINE_USER to __token__ and TWINE_PASSWORD to a token that is scoped to this one package only. The twine tool will automatically pick these up.

See https://pypi.org/help/#apitoken for additional guidance.

What command did you run?

No response

Describe what you expected.

No response

@effigies effigies added the bug label Jan 6, 2023
@Remi-Gau
Copy link
Contributor

Remi-Gau commented Jan 7, 2023

FYI this should be fixed now

@effigies
Copy link
Author

effigies commented Jan 7, 2023

The credentials are no longer up. The owner of the credentials may still need to revoke them.

@Remi-Gau
Copy link
Contributor

Remi-Gau commented Jan 7, 2023

ah yes sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants