From 0a89a2103076f8e0a32a285b6579798fad5b596b Mon Sep 17 00:00:00 2001 From: Owen Cabalceta Date: Mon, 9 Dec 2024 16:44:43 -0500 Subject: [PATCH] chore: fix typos --- main.go | 4 ++-- tr1d1um.yaml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/main.go b/main.go index 26fcade9..4eb727bf 100644 --- a/main.go +++ b/main.go @@ -12,7 +12,7 @@ import ( "runtime" "time" - "github.com/xmidt-org/ancla" + "github.com/xmidt-org/ancla/anclafx" "github.com/xmidt-org/arrange" "github.com/xmidt-org/arrange/arrangepprof" "github.com/xmidt-org/touchstone" @@ -193,7 +193,7 @@ func tr1d1um(arguments []string) (exitCode int) { arrange.ProvideKey("argusClientTimeout", httpClientTimeout{}), touchstone.Provide(), touchhttp.Provide(), - ancla.ProvideMetrics(), + anclafx.Provide(), arrangepprof.HTTP{ RouterName: "server_pprof", }.Provide(), diff --git a/tr1d1um.yaml b/tr1d1um.yaml index 68ab2b12..45136597 100644 --- a/tr1d1um.yaml +++ b/tr1d1um.yaml @@ -212,11 +212,11 @@ webhook: # address is Argus' network location. address: "http://localhost:6600" - # auth the authentication method for argus. - auth: - # basic configures basic authentication for argus. - # Must be of form: 'Basic xyz==' - # basic: "Basic dXNlcjpwYXNz" + # auth the authentication method for argus. + auth: + # basic configures basic authentication for argus. + # Must be of form: 'Basic xyz==' + basic: "Basic dXNlcjpwYXNz" # # # jwt configures jwt style authentication for argus. # JWT: