[#166] Update sdk to support grpc schemes in tree pool #166

Merged
Member

Signed-off-by: Denis Kirillov d.kirillov@yadro.com

Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
dkirillov self-assigned this 2023-07-07 13:41:26 +00:00
dkirillov added 1 commit 2023-07-07 13:41:30 +00:00
[#XX] Update sdk to support grpc schemes in tree pool
All checks were successful
/ DCO (pull_request) Successful in 1m16s
/ Vulncheck (pull_request) Successful in 1m55s
/ Builds (1.19) (pull_request) Successful in 3m17s
/ Builds (1.20) (pull_request) Successful in 2m46s
/ Lint (pull_request) Successful in 3m44s
/ Tests (1.19) (pull_request) Successful in 9m3s
/ Tests (1.20) (pull_request) Successful in 10m24s
916b7d8a9f
Signed-off-by: Denis Kirillov <d.kirillov@yadro.com>
dkirillov changed title from WIP: [#XX] Update sdk to support grpc schemes in tree pool to WIP: [#166] Update sdk to support grpc schemes in tree pool 2023-07-07 13:42:42 +00:00
dkirillov changed title from WIP: [#166] Update sdk to support grpc schemes in tree pool to [#166] Update sdk to support grpc schemes in tree pool 2023-07-07 13:42:55 +00:00
dkirillov requested review from storage-services-developers 2023-07-07 13:43:04 +00:00
dkirillov requested review from storage-services-committers 2023-07-07 13:43:04 +00:00
pogpp approved these changes 2023-07-07 13:47:41 +00:00
alexvanin reviewed 2023-07-10 11:46:36 +00:00
@ -314,3 +313,3 @@
var apiGRPCDialOpts []grpc.DialOption
var treeGRPCDialOpts = []grpc.DialOption{grpc.WithTransportCredentials(insecure.NewCredentials())}
var treeGRPCDialOpts []grpc.DialOption
Owner

Should we merge tree and api opts until they going to have a difference or keep it?
I am okay with both options.

Should we merge tree and api opts until they going to have a difference or keep it? I am okay with both options.
Author
Member

I thought about it, but decided to make less changes in PR

I thought about it, but decided to make less changes in PR
alexvanin approved these changes 2023-07-10 13:12:40 +00:00
alexvanin merged commit 916b7d8a9f into master 2023-07-10 13:12:48 +00:00
alexvanin deleted branch feature/update_sdk_to_support_schemes_in_tree_pool 2023-07-10 13:12:48 +00:00
alexvanin added this to the v0.28.0 milestone 2023-07-12 09:42:45 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-s3-gw#166
No description provided.