I'm looking for a little guidance when dealing wit...
# general
a
I'm looking for a little guidance when dealing with authenticating to my remote cache. I would like to be able to run something to generate a token for
remote_oauth_bearer_token_path
. I saw in the docs this
[GLOBAL].remote_auth_plugin to provide a plugin to dynamically set the relevant headers.
but then I see that it's been deprecated (and maybe that section of the docs needs an update)
Remote auth plugins should now provide the function by implementing an entry point called remote_auth.
. I'm not exactly sure what is meant by the last statement and so would love some guidance.