You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The logs in RConnect/production servers get cluttered with the "Loading cached token" message when the use_cache argument is set to TRUE. Having the option to disable this message would be great for RConnect/production content. Thank you!
The text was updated successfully, but these errors were encountered:
Hmm, I think you actually want to log this. Authentication snafus are a common source of security holes, so knowing exactly where your credentials are coming from seems valuable. If the logs get annoying, set use_cache=FALSE. It could be argued that in an unattended pipeline, the cache isn't that useful anyway.
@hongooi73 Is there a token request limit if we set use_cache=FALSE for multiple pipelines running at the same time? or even for a single pipeline that requests a token inside a for loop (I'm not a big fan of for loops either, but it has certain use cases).
I'm not aware of any rate limits for the AAD endpoints, and I've called them intensively as part of AzureAuth testing. You may want to talk to your friendly local MS rep about this though; I'm not really an AAD expert.
The logs in RConnect/production servers get cluttered with the "Loading cached token" message when the use_cache argument is set to TRUE. Having the option to disable this message would be great for RConnect/production content. Thank you!
The text was updated successfully, but these errors were encountered: