mirror of
https://github.com/google/nomulus
synced 2026-02-06 04:51:10 +00:00
Set KmsKeyring as the default Keyring
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=161113761
This commit is contained in:
@@ -16,9 +16,7 @@ package google.registry.keyring.kms;
|
||||
|
||||
import dagger.Module;
|
||||
import dagger.Provides;
|
||||
|
||||
import google.registry.keyring.api.Keyring;
|
||||
|
||||
import javax.inject.Singleton;
|
||||
|
||||
/** Dagger module for {@link Keyring} */
|
||||
@@ -27,7 +25,6 @@ public final class KeyringModule {
|
||||
|
||||
@Provides
|
||||
@Singleton
|
||||
// TODO(b/35810650): return kmsKeyring directly once comparison period is over.
|
||||
public static Keyring provideKeyring(KmsKeyring kmsKeyring) {
|
||||
return kmsKeyring;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user