We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5686a9a commit 10cdc4fCopy full SHA for 10cdc4f
1 file changed
servercfg/config.go
@@ -431,6 +431,10 @@ func (cfg *DoltgresConfig) MetricsJwksConfig() *servercfg.JwksConfig {
431
return nil
432
}
433
434
+func (cfg *DoltgresConfig) MetricsJWTRequiredForLocalhost() bool {
435
+ return false
436
+}
437
+
438
func (cfg *DoltgresConfig) PrivilegeFilePath() string {
439
if cfg.PrivilegeFile == nil {
440
return ""
0 commit comments