-
Notifications
You must be signed in to change notification settings - Fork 846
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(trace-otlp-grpc): configure security with env vars (#2827)
* feat(trace-otlp-grpc): add insecure configs Signed-off-by: Svetlana Brennan <[email protected]> * feat(trace-otlp-grpc): add unit tests Signed-off-by: Svetlana Brennan <[email protected]> * feat(trace-otlp-grpc): wip add certificate and tests Signed-off-by: Svetlana Brennan <[email protected]> * feat(trace-otlp-grpc): fix security config and unit tests Signed-off-by: Svetlana Brennan <[email protected]> * feat(trace-otlp-grpc): add env and certificate tests Signed-off-by: Svetlana Brennan <[email protected]> * feat(trace-otlp-grpc): wip certificate tests Signed-off-by: Svetlana Brennan <[email protected]> * feat(trace-otlp-grpc): fix lint error Signed-off-by: Svetlana Brennan <[email protected]> * feat(trace-otlp-grpc): wip add additional security setting checks Signed-off-by: Svetlana Brennan <[email protected]> * feat(trace-otlp-grpc): update default url to http scheme Signed-off-by: Svetlana Brennan <[email protected]> * feat(trace-otlp-grpc): wip add tests Signed-off-by: Svetlana Brennan <[email protected]> * feat(trace-otlp-grpc): wip refactor function around insecure setting Signed-off-by: Svetlana Brennan <[email protected]> * feat(trace-otlp-grpc): wip update returned security setting for some use cases Signed-off-by: Svetlana Brennan <[email protected]> * feat(trace-otlp-grpc): update certificate and add tests Signed-off-by: Svetlana Brennan <[email protected]> * feat(trace-otlp-grpc): wip certificate tests Signed-off-by: Svetlana Brennan <[email protected]> * feat(trace-otlp-grpc): fix tests Signed-off-by: Svetlana Brennan <[email protected]> * feat(trace-otlp-grpc): add diag tests Signed-off-by: Svetlana Brennan <[email protected]> * feat(trace-otlp-grpc): update default url Signed-off-by: Svetlana Brennan <[email protected]> * feat(trace-otlp-grpc): fix tests Signed-off-by: Svetlana Brennan <[email protected]> * feat(trace-otlp-grpc): fix tests Signed-off-by: Svetlana Brennan <[email protected]> * feat(trace-otlp-grpc): add changelog item Signed-off-by: Svetlana Brennan <[email protected]> * feat(trace-otlp-grpc): add grpc scheme check and update test Signed-off-by: Svetlana Brennan <[email protected]> * feat(trace-otlp-grpc): add grpc scheme test Signed-off-by: Svetlana Brennan <[email protected]> * feat(trace-otlp-grpc): fix metrics default url Signed-off-by: Svetlana Brennan <[email protected]> * feat(trace-otlp-grpc): update readme Signed-off-by: Svetlana Brennan <[email protected]> * feat(trace-otlp-grpc): fix lint Signed-off-by: Svetlana Brennan <[email protected]> * feat(trace-otlp-grpc): fix changelog and get security from env func Signed-off-by: Svetlana Brennan <[email protected]> * feat(trace-otlp-grpc): wip troubleshoot Signed-off-by: Svetlana Brennan <[email protected]> * feat(trace-otlp-grpc): fix readme Signed-off-by: Svetlana Brennan <[email protected]> * feat(trace-otlp-grpc): refactor code and fix lint Signed-off-by: Svetlana Brennan <[email protected]> * feat(trace-otlp-grpc): remove grpc scheme and grpc scheme tests Signed-off-by: Svetlana Brennan <[email protected]> * feat(trace-otlp-grpc): fix credentials for failing test afer main merge Signed-off-by: Svetlana Brennan <[email protected]> * feat(trace-otlp-grpc): move changelog to unreleased section Signed-off-by: Svetlana Brennan <[email protected]> * Use exact match for protocol check to avoid leaking cases like httpx Co-authored-by: Chengzhong Wu <[email protected]> Co-authored-by: Daniel Dyla <[email protected]>
- Loading branch information
1 parent
22085fc
commit a9c59da
Showing
11 changed files
with
277 additions
and
43 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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 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 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 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.
Why are grpc URL's no longer supported?