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

r/aws_quicksight_data_source - add secret_arn to credentials #29034

Merged

Conversation

bennylu2
Copy link
Contributor

@bennylu2 bennylu2 commented Jan 22, 2023

Description

Add support for credentials using secret_arn for aws_quicksight_data_source

Relations

Closes #28484

note: I do not have quicksight enabled to run test

@github-actions
Copy link

Community Note

Voting for Prioritization

  • Please vote on this pull request by adding a 👍 reaction to the original post to help the community and maintainers prioritize this pull request.
  • Please see our prioritization guide for information on how we prioritize.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.

For Submitters

  • Review the contribution guide relating to the type of change you are making to ensure all of the necessary steps have been taken.
  • For new resources and data sources, use skaff to generate scaffolding with comments detailing common expectations.
  • Whether or not the branch has been rebased will not impact prioritization, but doing so is always a welcome surprise.

@github-actions github-actions bot added needs-triage Waiting for first response or review from a maintainer. documentation Introduces or discusses updates to documentation. service/quicksight Issues and PRs that pertain to the quicksight service. size/S Managed by automation to categorize the size of a PR. labels Jan 22, 2023
@bennylu2 bennylu2 changed the title F aws quicksight data source secret arn 28484 r/aws_quicksight_data_source - add secret_arn to credentials Jan 22, 2023
@justinretzolk justinretzolk added enhancement Requests to existing resources that expand the functionality or scope. and removed needs-triage Waiting for first response or review from a maintainer. labels Jan 23, 2023
@nam054 nam054 self-assigned this Aug 19, 2024
@github-actions github-actions bot added external-maintainer Contribution from a trusted external contributor. prioritized Part of the maintainer teams immediate focus. To be addressed within the current quarter. labels Aug 19, 2024
@nam054 nam054 requested a review from a team as a code owner August 20, 2024 18:36
@nam054
Copy link
Contributor

nam054 commented Sep 10, 2024

We are currently unable to reliably test this implementation given issues in connecting the QuickSight data source to an RDS instance. We are unable to move forward with this PR for that reason. We are working with AWS support to arrive at a solution and will proceed once unblocked.

Copy link
Contributor

@nam054 nam054 left a comment

Choose a reason for hiding this comment

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

LGTM! 🚀 Thank you for your contribution!

> make testacc TESTARGS="-run=TestAccQuickSightDataSource_" PKG=quicksight
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.7 test ./internal/service/quicksight/... -v -count 1 -parallel 20  -run=TestAccQuickSightDataSource_ -timeout 360m
=== RUN   TestAccQuickSightDataSource_basic
=== PAUSE TestAccQuickSightDataSource_basic
=== RUN   TestAccQuickSightDataSource_disappears
=== PAUSE TestAccQuickSightDataSource_disappears
=== RUN   TestAccQuickSightDataSource_tags
=== PAUSE TestAccQuickSightDataSource_tags
=== RUN   TestAccQuickSightDataSource_permissions
=== PAUSE TestAccQuickSightDataSource_permissions
=== RUN   TestAccQuickSightDataSource_name
=== PAUSE TestAccQuickSightDataSource_name
=== RUN   TestAccQuickSightDataSource_secretARN
=== PAUSE TestAccQuickSightDataSource_secretARN
=== CONT  TestAccQuickSightDataSource_basic
=== CONT  TestAccQuickSightDataSource_permissions
=== CONT  TestAccQuickSightDataSource_tags
=== CONT  TestAccQuickSightDataSource_name
=== CONT  TestAccQuickSightDataSource_disappears
=== CONT  TestAccQuickSightDataSource_secretARN
--- PASS: TestAccQuickSightDataSource_disappears (24.11s)
--- PASS: TestAccQuickSightDataSource_basic (28.38s)
--- PASS: TestAccQuickSightDataSource_name (43.86s)
--- PASS: TestAccQuickSightDataSource_tags (56.27s)
--- PASS: TestAccQuickSightDataSource_permissions (62.57s)
--- PASS: TestAccQuickSightDataSource_secretARN (822.76s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/quicksight 827.912s
testing: warning: no tests to run
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/quicksight/schema  0.461s [no tests to run]

@nam054 nam054 merged commit 21b7997 into hashicorp:main Sep 22, 2024
40 checks passed
@github-actions github-actions bot added this to the v5.69.0 milestone Sep 22, 2024
@github-actions github-actions bot removed the prioritized Part of the maintainer teams immediate focus. To be addressed within the current quarter. label Sep 26, 2024
Copy link

This functionality has been released in v5.69.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 28, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Introduces or discusses updates to documentation. enhancement Requests to existing resources that expand the functionality or scope. external-maintainer Contribution from a trusted external contributor. service/quicksight Issues and PRs that pertain to the quicksight service. size/S Managed by automation to categorize the size of a PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Enhancement]: Add support for credentials SecretArn attribute in quicksight_data_source
3 participants