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.
2 parents 915ae60 + 10cdc4f commit 38bde13Copy full SHA for 38bde13
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