-
Notifications
You must be signed in to change notification settings - Fork 101
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
fix/gin middleware #206
fix/gin middleware #206
Conversation
gfyrag
commented
May 17, 2022
- Add a workflow to automatically build docker images for special meaning branch like : * feature/XXX * features/XXX * feat/XXX * fix/XXX * hotfix/XXX
- Fix release pipeline.
- Fix scope handling. The http context of the authenticated request was not properly forward to the next handlers. So, even if the request was authenticated, the next handlers doesn't see actual scopes of the agent.
…ng branch like : * feature/XXX * features/XXX * feat/XXX * fix/XXX * hotfix/XXX
Codecov Report
@@ Coverage Diff @@
## main #206 +/- ##
==========================================
- Coverage 66.37% 66.33% -0.04%
==========================================
Files 70 70
Lines 3533 3535 +2
==========================================
Hits 2345 2345
- Misses 968 970 +2
Partials 220 220
Continue to review full report at Codecov.
|
tags: ghcr.io/numary/ledger:${{ github.sha }} | ||
build-args: | | ||
APP_SHA=${{ github.sha }} | ||
VERSION=${{ github.sha }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think add 'SEGMENT_WRITE_KEY' ?
The http context of the authenticated request was not properly forward to the next handlers. So, even if the request was authenticated, the next handlers doesn't see actual scopes of the agent.
06fd304
to
cda88e0
Compare