Skip to content

Commit d722435

Browse files
committed
keyring docs
1 parent ba7a696 commit d722435

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,17 @@ file <- wf_request(user = "2345", # user ID (for authentification)
321321

322322
The same file restrictions and notes as for the CDS apply to the ADS.
323323

324+
## File based keychains
325+
326+
On linux you can opt to use a file based keyring, instead of a GUI based keyring manager. This is helpful for headless setups such as servers. For this option to work linux users must set an environmental option.
327+
328+
```R
329+
options(keyring_backend="file")
330+
```
331+
332+
You will be asked to provide a password to encrypt the keyring with. Upon the start of each session you will be asked to provide this password, unlocking all `ecmwfr` credentials for this session. Should you ever forget the password just delete the file at:
333+
`~/.config/r-keyring/ecmwfr.keyring` and re-enter all your credentials.
334+
324335
## Citation
325336

326337
Koen Hufkens, Reto Stauffer, & Elio Campitelli. (2019, April 19). bluegreen-labs/ecmwfr: ecmwfr (Version v1.2.0). Zenodo. [http://doi.org/10.5281/zenodo.2647541](http://doi.org/10.5281/zenodo.2647541).

docs/index.html

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ articles:
66
advanced_vignette: advanced_vignette.html
77
cds_vignette: cds_vignette.html
88
webapi_vignette: webapi_vignette.html
9-
last_built: 2020-07-13T17:50Z
9+
last_built: 2020-07-13T17:55Z
1010

0 commit comments

Comments
 (0)