-
Notifications
You must be signed in to change notification settings - Fork 8
Proxy publisher content #36
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
Closed
Closed
Changes from 24 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
34d4796
Moved handlers to separate files
aram356 8870004
Fixed formatting
aram356 9fcb0e0
Initalize logger with formatting
aram356 67ce18b
Use env variables during build
aram356 433554c
Fixed clippy
aram356 21b03f1
Use updated depedencies
aram356 b0001ef
Proxy publisher content
aram356 d4618ef
Fixed Cargo.lock
aram356 0540e07
Fixed warning
aram356 f9f8eb1
Replace origin host
aram356 ce4a890
Implemented stream replacer
aram356 212bc8d
Fixed streaming
aram356 2cfb096
Detect TLS connection
aram356 9f7bcbf
Merge branch 'main' into feature/move-handlers
aram356 feb896c
Merge branch 'feature/move-handlers' into feature/init-logger
aram356 eeecaa0
Merge branch 'feature/init-logger' into feature/use-env-vars-during-b…
aram356 04d763d
Merge branch 'feature/use-env-vars-during-build' into feature/publish…
aram356 9862ec6
Updated packages
aram356 4c42783
Removed unnecessary files
aram356 1fd1fcc
Output logs to stdout
aram356 b589d41
Output logs to stdout
aram356 f7c73e5
Merge branch 'feature/init-logger' into feature/use-env-vars-during-b…
aram356 381471c
Merge branch 'feature/use-env-vars-during-build' into feature/publish…
aram356 94b80e0
Merge branch 'main' into feature/publisher-proxy
aram356 4247e30
Simplify streaming replacer logic
aram356 20d7da8
Merge branch 'main' into feature/publisher-proxy
aram356 ae93b43
Fixed formatting
aram356 61bfcfe
Added flag for enable edge pubs
aram356 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,9 @@ | ||
| # [ad_server] | ||
| TRUSTED_SERVER__AD_SERVER__AD_PARTNER_BACKEND=http://127.0.0.1:10180 | ||
|
|
||
| # [publisher] | ||
| TRUSTED_SERVER__PUBLISHER__ORIGIN_URL=http://localhost:9090 | ||
|
|
||
| # [synthetic] | ||
| TRUSTED_SERVER__SYNTHETIC__COUNTER_STORE=counter_store | ||
| TRUSTED_SERVER__SYNTHETIC__OPID_STORE=opid_store |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.