You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/repositories.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -500,6 +500,12 @@ If a system keyring is available and supported, the password is stored to and re
500
500
501
501
Keyring support is enabled using the [keyring library](https://pypi.org/project/keyring/). For more information on supported backends refer to the [library documentation](https://keyring.readthedocs.io/en/latest/?badge=latest).
502
502
503
+
If you do not want to use the keyring, you can tell Poetry to disable it and store the credentials in plaintext config files:
504
+
505
+
```bash
506
+
poetry config keyring.enabled false
507
+
```
508
+
503
509
{{% note %}}
504
510
505
511
Poetry will fallback to Pip style use of keyring so that backends like
0 commit comments