Skip to content

Commit 10cdc4f

Browse files
committed
added another function stub
1 parent 5686a9a commit 10cdc4f

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)