keyring icon indicating copy to clipboard operation
keyring copied to clipboard

:closed_lock_with_key: Access the system credential store from R

Results 18 keyring issues
Sort by recently updated
recently updated
newest added

I recently became aware that the password manager of my choice, 1password, offered a command line tool. Now this, I'm sure is closed source code, but maybe a backend implementation...

feature

I'm running shiny-server on CentOS and want to use the keyring package to store and access passwords. Given that shiny apps run as `shiny` user, what is the process for...

bug

Hi, I'd like to be able to easily change the keyring password on the file backend, without having to delete it, recreate it and re-set all keys. I couldn't find...

Pre-history * [ ] `usethis::use_readme_rmd()` * [ ] `usethis::use_roxygen_md()` * [ ] `usethis::use_github_links()` * [ ] `usethis::use_pkgdown_github_pages()` * [ ] `usethis::use_tidy_github_labels()` * [ ] `usethis::use_tidy_style()` * [ ] `usethis::use_tidy_description()` *...

Many thanks for this package! On Windows, I can't seem to retrieve existing keys, although the `keyring` package does seem to find the Windows Credential Manager. The default keyring is...

documentation
tidy-dev-day :nerd_face:

#### Steps to reproduce Fire up jupyter notebook with R kernel ```r library(keyring) kb

bug

Hi, when using latest version (1.2.0) to knit R markdown file, there's no prompt for password. if(!exists(".pwd")) { tryCatch({ .pwd

bug

Gabor, the pull request we discussed for adding an AWS secrets manager back-end. It took a little longer than I had hoped, the list function uncovered some very odd behaviour....

I am running a bunch of parallel processes that use keyring to access database passwords and such. It generally works fine but after a couple hours, right near the end,...