Skip to content

Commit 38bde13

Browse files
authored
Merge pull request #2107 from dolthub/bh/local-metrics-auth-flag
added another function stub
2 parents 915ae60 + 10cdc4f commit 38bde13

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

servercfg/config.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,10 @@ func (cfg *DoltgresConfig) MetricsJwksConfig() *servercfg.JwksConfig {
431431
return nil
432432
}
433433

434+
func (cfg *DoltgresConfig) MetricsJWTRequiredForLocalhost() bool {
435+
return false
436+
}
437+
434438
func (cfg *DoltgresConfig) PrivilegeFilePath() string {
435439
if cfg.PrivilegeFile == nil {
436440
return ""

0 commit comments

Comments
 (0)