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

CC-27453: [aws-maven plugin] Changes to support IAM Roles #397

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

CodeUnravel
Copy link

@CodeUnravel CodeUnravel commented Nov 28, 2024

Problem

To comply with DevProd guidelines, we need to replace the aws-maven package across all open-source connect packages/connectors. The aws-maven (repo) plugin is deprecated and only supports IAM users, which rely on static credentials and are less secure. This plugin currently requires AWS keys for releasing a connector, which we aim to avoid.

NOTE: Currently, aws-maven is used to upload artifacts on S3 buckets.

Solution

Replace it with plugin which supports IAM Roles instead of IAM Users.

Does this solution apply anywhere else?
  • yes
  • no
If yes, where?

This is the plugin used by CPBR team to deploy jars to S3 bucket. Refer here.

Test Strategy

Testing done:
  • Unit tests
  • Integration tests
  • System tests
  • Manual tests

Release Plan

@CodeUnravel CodeUnravel requested a review from a team as a code owner November 28, 2024 05:56
@confluent-cla-assistant
Copy link

🎉 All Contributor License Agreements have been signed. Ready to merge.
Please push an empty commit if you would like to re-run the checks to verify CLA status for all contributors.

@sonarqube-confluent
Copy link

Passed

Analysis Details

0 Issues

  • Bug 0 Bugs
  • Vulnerability 0 Vulnerabilities
  • Code Smell 0 Code Smells

Coverage and Duplications

  • Coverage No coverage information (0.00% Estimated after merge)
  • Duplications No duplication information (0.50% Estimated after merge)

Project ID: kafka-connect-storage-common

View in SonarQube

@CodeUnravel CodeUnravel changed the title CC-27453: [aws-maven plugin] Changes to support IAM Roles instead of … CC-27453: [aws-maven plugin] Changes to support IAM Roles Nov 29, 2024
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.

1 participant