rstudio / pins-r

Pin, discover, and share resources
https://pins.rstudio.com
Other
310 stars 64 forks source link

rsconnect_board should handle username updates #594

Closed colearendt closed 1 year ago

colearendt commented 2 years ago

After migrating authentication providers and changing usernames, we noted the following:

There is a users-cache.yml file that seems to cache usernames. This is a problem because usernames are mutable in Connect and everything we saw suggests that pins will break over such a username change.

There are two core problems:

We should think through the behavior of username mutability and how best to allow for this behavior.

juliasilge commented 1 year ago

In #667 we changed these caches over to use environments (instead of files on disk). This means that:

Thanks again for the report! 🙌

kmasiello commented 1 year ago

elegant solution! nice job! 🎉

github-actions[bot] commented 1 year ago

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.