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 87487fa commit 5c7bed0Copy full SHA for 5c7bed0
1 file changed
servercfg/config.go
@@ -422,6 +422,10 @@ func (cfg *DoltgresConfig) MetricsTLSCA() string {
422
return *cfg.MetricsConfig.TlsCa
423
}
424
425
+func (cfg *DoltgresConfig) MetricsJwksConfig() *servercfg.JwksConfig {
426
+ return nil
427
+}
428
+
429
func (cfg *DoltgresConfig) PrivilegeFilePath() string {
430
if cfg.PrivilegeFile == nil {
431
return ""
0 commit comments