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

Add support for secret header validation #230

Merged
merged 3 commits into from
Jun 21, 2022
Merged

Add support for secret header validation #230

merged 3 commits into from
Jun 21, 2022

Conversation

KnorpelSenf
Copy link
Member

@codecov-commenter
Copy link

codecov-commenter commented Jun 21, 2022

Codecov Report

Merging #230 (2016e33) into main (f68ec20) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #230   +/-   ##
=======================================
  Coverage   22.21%   22.21%           
=======================================
  Files           9        9           
  Lines        2813     2813           
  Branches       90       90           
=======================================
  Hits          625      625           
  Misses       2187     2187           
  Partials        1        1           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f68ec20...2016e33. Read the comment docs.

end: () => callback(null, { statusCode: 200 }),
respond: (json: string) => callback(null, { statusCode: 200, body: json }),
unauthorized: () => callback(null, { statusCode: 401 }),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No body?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alright, let's leave this unresolved until then.

@KnorpelSenf
Copy link
Member Author

I have tested this with a bot and it works, but we are going to perform a follow-up PQ by @kraftwerk28 which will align the different frameworks. I suggest to merge and release as soon as #230 (comment) is sorted out.

Copy link
Contributor

@Loskir Loskir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's fine the way it is now

@KnorpelSenf KnorpelSenf merged commit 9cbe3fc into main Jun 21, 2022
@KnorpelSenf KnorpelSenf deleted the secret-header branch June 21, 2022 13:40
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

4 participants