Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turn off prompt: The AzureR packages can save your authentication credentials in the directory #61

Open
feddelegrand7 opened this issue Mar 10, 2022 · 1 comment

Comments

@feddelegrand7
Copy link

Hi,

Thank you for the great package. There's an issue that I'm encountering, though. I'm using the package as a dependency for my local package. All the functions from Microsoft365R that I use are triggered using a Token (not need to log in or provide any credential). It works great, however each time I load the Microsoft365R package, I'm prompted by this message:

The AzureR packages can save your authentication credentials in the directory:

~/.local/share/AzureR

This saves you having to re-authenticate with Azure in future sessions. Create this directory? (Yes/no/cancel) 

The prompt also appears when I test my package (even if the tests are not related to the Microsoft package). I don't want to save the authentication credentials as I don't need them. Any possibility to turn off this prompt?

Thank you again,
Best,
Fodil

@hongooi73 hongooi73 transferred this issue from Azure/Microsoft365R Mar 10, 2022
@stephenleeoyo
Copy link

Not the prettiest solution, but I got around this by making sure that the AzureR folder is already present. The AzureAuth code only produces this prompt if that directory does not yet exist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants