This repository was archived by the owner on Aug 20, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Rdev go #1697
Draft
kuannie1
wants to merge
45
commits into
trunk
Choose a base branch
from
rdev-go
base: trunk
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kuannie1
commented
Aug 6, 2024
Contributor
Author
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this file has all the things we need for the rdev update ticket we agreed on
kuannie1
commented
Aug 6, 2024
Comment on lines
+35
to
+48
| - name: Configure AWS Credentials | ||
| uses: aws-actions/configure-aws-credentials@v2 | ||
| with: | ||
| role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }} | ||
| aws-region: us-west-2 | ||
| role-session-name: JustLint | ||
| role-duration-seconds: 900 | ||
| - uses: terraform-linters/setup-tflint@v1 | ||
| name: Setup TFLint | ||
| with: | ||
| tflint_version: v0.28.1 | ||
| - uses: hashicorp/setup-terraform@v1 | ||
| with: | ||
| terraform_version: 0.13.5 | ||
| terraform_version: 1.6.0 |
Contributor
Author
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I needed to configure an AWS role to lint for some reason, but then I got blocked by this message since I don't have access to the new, external AWS Account (I think):
│ Error: Failed to get existing workspaces: Unable to list objects in S3 bucket "genepi-prod-s3-tf-state-prod-prod-genepi-theia-stacks-state": operation error S3: ListObjectsV2, https response error StatusCode: 403, RequestID: DWRFDFA2AQ529NG3, HostID: 1PUJd4HhHDTS8vWYcCez3VgX2kGQZ2YltSeSSSysQWcBbcxtSCRIZMgs3dW8MAvGSY6GFtPOeszx+ghWjzag7Q==, api error AccessDenied: Access Denied
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary:
<brief description><rdev link>Demos:
Notes:
Checklist:
<base branch>