Skip to content

Commit 5c7bed0

Browse files
committed
added MetricsJwksConfig() stub
1 parent 87487fa commit 5c7bed0

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
@@ -422,6 +422,10 @@ func (cfg *DoltgresConfig) MetricsTLSCA() string {
422422
return *cfg.MetricsConfig.TlsCa
423423
}
424424

425+
func (cfg *DoltgresConfig) MetricsJwksConfig() *servercfg.JwksConfig {
426+
return nil
427+
}
428+
425429
func (cfg *DoltgresConfig) PrivilegeFilePath() string {
426430
if cfg.PrivilegeFile == nil {
427431
return ""

0 commit comments

Comments
 (0)