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

added config option forward_bearer_access_token and respective implementation… #127

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ofg
Copy link

@ofg ofg commented Jun 11, 2019

… to forward access token as "Authorization: Bearer ..." header: Access token is added to upstream request as "Authorization: Bearer ..." header instead of "X-Access-Token" header, may be used if upstream service already has implemented authorization features with JWT bearer token.

…entation to forward access token as "Authorization: Bearer ..." header - see README.md for details
@coveralls
Copy link

coveralls commented Jun 11, 2019

Pull Request Test Coverage Report for Build 132

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 3 unchanged lines in 2 files lost coverage.
  • Overall coverage decreased (-2.0%) to 94.326%

Files with Coverage Reduction New Missed Lines %
./kong/plugins/oidc/handler.lua 1 96.23%
./kong/plugins/oidc/utils.lua 2 97.14%
Totals Coverage Status
Change from base Build 121: -2.0%
Covered Lines: 133
Relevant Lines: 141

💛 - Coveralls

1 similar comment
@coveralls
Copy link

coveralls commented Jun 11, 2019

Pull Request Test Coverage Report for Build 132

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 3 unchanged lines in 2 files lost coverage.
  • Overall coverage decreased (-2.0%) to 94.326%

Files with Coverage Reduction New Missed Lines %
./kong/plugins/oidc/handler.lua 1 96.23%
./kong/plugins/oidc/utils.lua 2 97.14%
Totals Coverage Status
Change from base Build 121: -2.0%
Covered Lines: 133
Relevant Lines: 141

💛 - Coveralls

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

Successfully merging this pull request may close these issues.

None yet

2 participants