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

Release v1.0.6 #161

Merged
merged 1 commit into from
Jul 12, 2022
Merged

Release v1.0.6 #161

merged 1 commit into from
Jul 12, 2022

Conversation

fridgepoet
Copy link
Member

@fridgepoet fridgepoet commented Jul 12, 2022

Fixes #160

Error occurs when connecting to us-gov-west-1 region.
Error message: "message":"error executing query: InvalidClientTokenId: The security token included in the request is invalid\n\tstatus code: 403

Investigation:
Redshift v1.0.5 includes grafana-aws-sdk v0.10.2 which included the following change: grafana/grafana-aws-sdk@fb33415

Redshift v1.0.2 uses grafana-aws-sdk v0.9.1 which was the last Redshift version without that change.

Downgrading to Redshift plugin version 1.0.2 resolved the above error.

Proposed solution:
Because Redshift v1.0.2 is connecting successfully for the original issue reporter, we think that releasing Redshift with a fixed grafana-aws-sdk will resolve the issue (as it did for the same problem in Athena).

@fridgepoet fridgepoet requested a review from a team as a code owner July 12, 2022 08:28
@fridgepoet fridgepoet requested review from sarahzinger and kevinwcyu and removed request for a team July 12, 2022 08:28
@CLAassistant
Copy link

CLAassistant commented Jul 12, 2022

CLA assistant check
All committers have signed the CLA.

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@github-actions
Copy link

Code coverage report for PR #161

Go TypeScript
main 45.9% 87.73%
PR 45.9% 87.73%
difference 0% 0%

Copy link
Member

@vickyyyyyyy vickyyyyyyy left a comment

Choose a reason for hiding this comment

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

nice! 🥳 Thanks for going through and adding all the unreleased changes 🙏

@fridgepoet fridgepoet merged commit 73187ab into main Jul 12, 2022
@fridgepoet fridgepoet deleted the release branch July 12, 2022 08: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.

Unable to connect to us-gov regions when assuming role
3 participants