Skip to content

Commit

Permalink
trim trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
sryabkov authored and neersighted committed Sep 18, 2022
1 parent 549be9e commit c2839c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/blog/2022-08-31-announcing-poetry-1-2-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,11 +333,11 @@ What that means is that if you are using both poetry 1.1.x and 1.2.0 in parallel

[poetry issue 4242]: https://github.com/python-poetry/poetry/issues/4242

### Keyring
### Keyring

Keyring is a new component in poetry 1.2, and kinks are still being worked out. Depending on your configuration, Keyring may not be able to communicate with a backend or determine that there is no working backend. Error handling will improve, but in the meantime setting the backend to Fail (e.g. through setting `PYTHON_KEYRING_BACKEND="keyring.backends.null.Keyring", see [poetry issue 2692] for more details), will allow you to rule out the keyring component when setting up authentication.

One scenario where Keyring configuration might need the adjustment is using poetry 1.2.0 with a private PyPI repo that uses basic authentication.
One scenario where Keyring configuration might need the adjustment is using poetry 1.2.0 with a private PyPI repo that uses basic authentication.

[poetry issue 2692]: https://github.com/python-poetry/poetry/issues/2692

Expand Down

0 comments on commit c2839c8

Please sign in to comment.