Skip to content

Conversation

@cody-constine-ttd
Copy link
Collaborator

No description provided.

import java.util.Collection;

public class RotatingEncryptedSaltProvider extends RotatingSaltProvider implements StoreReader<Collection<RotatingSaltProvider.SaltSnapshot>> {
private final RotatingCloudEncryptionKeyProvider cloudEncryptionKeyProvider;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are no tests for this class - are you still adding them?



public RotatingCloudEncryptionKeyProvider(DownloadCloudStorage fileStreamProvider, StoreScope scope, ScopedStoreReader<Map<Integer, CloudEncryptionKey>> reader) {
this.reader = reader;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

where do we use this version of the constructor?

Copy link
Collaborator Author

@cody-constine-ttd cody-constine-ttd Dec 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In tests, I did this as instead of making reader public.

@cody-constine-ttd cody-constine-ttd merged commit 7ae43b9 into main Dec 17, 2024
@cody-constine-ttd cody-constine-ttd deleted the cbc-UID2-4571-cloud-encryption-cleanup branch December 17, 2024 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants