mirror of
https://github.com/google/nomulus
synced 2025-12-23 06:15:42 +00:00
Refactor MosApiTLSKeySecretName configuration to the correct name (#2899)
This commit is contained in:
@@ -1445,7 +1445,7 @@ public final class RegistryConfig {
|
||||
}
|
||||
|
||||
@Provides
|
||||
@Config("mosapiTlsCertKeyName")
|
||||
@Config("mosapiTlsKeySecretName")
|
||||
public static String provideMosapiTlsKeySecretName(RegistryConfigSettings config) {
|
||||
return config.mosapi.tlsKeySecretName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user