Skip to content

fix: remove duplicate AWS credential provider from integrations #582

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

Merged
merged 1 commit into from
Jun 11, 2025

Conversation

nimish-ks
Copy link
Member

🔍 Overview

Fixed a small bug where duplicate credential provider for AWS integration would appear as 'AWS Assume Role' in the empty state. This would not break anything in particular, but potentially cause some confusion. Given we are handling multiple authentication types in the AWS provider itself, we can simply filter out the Assume Role provider id for now.

💡 Proposed Changes

Detail the proposed changes, including new features, bug fixes, or improvements. Explain how these changes impact the project, including any internal structure alterations or refactorings.

🖼️ Screenshots or Demo

Before the fix:

image

After the fix:

image

@nimish-ks nimish-ks self-assigned this Jun 11, 2025
@nimish-ks nimish-ks merged commit 79a769a into main Jun 11, 2025
7 checks passed
@nimish-ks nimish-ks deleted the fix--filter-aws-assume-role-credential-provider branch June 11, 2025 13:53
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.

2 participants