#484 Add root ca cert for telemetry configuration #485
Labels
No labels
P0
P1
P2
P3
good first issue
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
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-s3-gw#485
Loading…
Reference in a new issue
No description provided.
Delete branch "AlekseySVTN/frostfs-s3-gw:add-root-ca-cert-for-telemetry-configuration"
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?
Signed-off-by: Aleksey Savaitan a.savaitan@yadro.com
@ -147,6 +147,7 @@ const ( // Settings.
cfgTracingEnabled = "tracing.enabled"
cfgTracingExporter = "tracing.exporter"
cfgTracingEndpoint = "tracing.endpoint"
cfgTracingCaCert = "tracing.caCert"
Please, use
trusted_ca_list
, we already have similar setting for neo-go mTLS in node.Probably makes no sense to use multiple certificate here, though.
We have decided to use trusted_ca.
523ba91c5c
to75de1db3b6
75de1db3b6
to26aa31f8a6
26aa31f8a6
to5f98f1a301
5f98f1a301
to5e055c5b7b
5e055c5b7b
to8a9a1c1841
WIP #484 Add root ca cert for telemetry configurationto #484 Add root ca cert for telemetry configuration8a9a1c1841
to3bd01c92d6
3bd01c92d6
to501dd7dc99