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
You're able to use Basic auth with the API tokens too (using the username: api_key) which was why initially I only supported basic auth.
Adding the Authorization header was pretty simple and is available and functioning in: https://pypi.org/project/grafannotate/0.2.2/ with the -k or --api-key command line arguments.
Thanks for the feature request, hope this little cli tool is helping you 😁
Hello,
Have you considered implementing support for API Token authentication via the
Authorization
header?The text was updated successfully, but these errors were encountered: