Question, is it possible to save the keyring data somewhere else? e.g. in a shared drive?
- Dominant language
- Python
- Stars
- 1.5k
- Forks
- 196
- PR merge metrics
- No merged PRs in 30d
Description
I have this question and couldn't find the answer in the main page or elsewhere. I can see we can query the default location for storing the credentials but didn't find a way to set that location:
```
python -c "import keyring.util.platform_; print(keyring.util.platform_.config_root())"
```
I'm after a way to store this elsewhere and change the default location.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reviewing keyring.util.platform_.config_root() and the configuration documentation to determine how the default credential location is selected. Define how an alternate or shared location should be configured, including platform-specific behavior, then document or test the supported approach.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- security
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100