mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 00:17:20 +02:00
Set KmsKeyring as the default Keyring
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=161113761
This commit is contained in:
parent
0013312f5c
commit
1f25a862e6
4 changed files with 2 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue