Added support for Bearer token in rest connector #3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
It's not uncommon practice (for example [1], [2], [3]) to use token in form of "Authorization: Bearer <token>" HTTP header instead of custom one (which what connector-rest supports now with tokenName configuration).
This small patch adds ability to easily use this form.
[1] https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html
[2] https://social.technet.microsoft.com/wiki/contents/articles/53488.azure-rest-api-how-to-create-bearer-token.aspx
[3] https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_bearer.html