feature/107-support_schemas_in_tree_pool #108
No reviewers
Labels
No labels
P0
P1
P2
P3
good first issue
pool
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-sdk-go#108
Loading…
Reference in a new issue
No description provided.
Delete branch "dkirillov/frostfs-sdk-go:feature/107-support_schemas_in_tree_pool"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
close #107
37f830d665
toa06979b766
WIP: feature/107-support_schemas_in_tree_poolto feature/107-support_schemas_in_tree_pool@ -77,0 +82,4 @@
if !tlsEnable {
opts = append(opts, grpc.WithTransportCredentials(insecure.NewCredentials()))
} else {
opts = append(opts, grpc.WithTransportCredentials(credentials.NewTLS(&tls.Config{})))
If I understand correctly, those appends will override any transport credentials parameters from
opts
. I suggest to do the opposite and allowopts
to override those default transport credentials.a06979b766
to991e6d4a87
991e6d4a87
tofe35373d8f