Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support loading encryption keys from an S3 bucket #5336

Open
dlvenable opened this issue Jan 15, 2025 · 0 comments
Open

Support loading encryption keys from an S3 bucket #5336

dlvenable opened this issue Jan 15, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@dlvenable
Copy link
Member

Is your feature request related to a problem? Please describe.

I'd like to be able to get encrypted data keys from an S3 bucket. I want to list the objects in the bucket and then have them all available for encryption. However, I'd like to use the latest one by default.

Describe the solution you'd like

I'd like to build off of #5335 and support this as part of an encryption engine feature.

encryption:
   encryption_key_directory: s3://my-bucket/path/to/

Describe alternatives you've considered (Optional)

This could be moved to be controlled under the kafka buffer, but I'd rather do this in the proposed extension.

buffer:
  kafka:
    topics:
    - name: topicname
      encryption_key_directory: s3://data-plane-bucket/accountId/pipelineName/internalPipelineId/

Additional context

N/A

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

2 participants