eblondel / geosapi

R interface to GeoServer REST API
https://github.com/eblondel/geosapi/wiki
Other
34 stars 5 forks source link

Issue with Keyring >= 1.2.0 - system password requested - Set keyring 'env' backend by default #49

Closed eblondel closed 3 years ago

eblondel commented 3 years ago

With keyring package version 1.2.0, we get message The 'system' keyring does not exist, enter a keyring password to create it when instantiating the GSManager. This relates to this change https://github.com/r-lib/keyring/pull/95 where file backend is now set by default on Linux OS (env is kept by default on other OS). For the time being, geosapi will keep using the env backend for storing GS user/passwords. This could be refined later depending on needs.