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

As tech lead, I want us using separate prefixes in shared Cloud.gov S3 bucket for dev space #1440

Closed
8 tasks
andrew-jameson opened this issue Nov 16, 2021 · 4 comments · Fixed by #1771
Closed
8 tasks
Assignees
Labels
dev devops DX Developer Experience Refined Ticket has been refined at the backlog refinement

Comments

@andrew-jameson
Copy link
Collaborator

andrew-jameson commented Nov 16, 2021

Description:
As noted in #1347, we can prefix our S3 storage path and silo our file storage unique to application.

Acceptance Criteria:

  • Each dev-space environment should have a separate prefix name within the shared S3 service.
  • File storage in one dev space should not show up in another application's logs.
  • Testing Checklist has been run and all tests pass
  • README is updated, if necessary

Tasks:

  • Create mechanism in code to understand our cloud.gov space (local, dev, staging) and our application (staging, raft, qasp, local).
  • Assign the s3 prefix for the appropriate application (e.g., tdp-db-raft or tdp-db-a11y)
  • Ensure that these applications pull from their respective prefix/folder in S3 and this does not impact staging or local environments.
  • Run Testing Checklist and confirm all tests pass

Notes:

Supporting Documentation:

Open Questions:

@andrew-jameson andrew-jameson added dev devops DX Developer Experience labels Nov 16, 2021
@valcollignon
Copy link

Putting into release 2 per backlog refinement 11.16.21. If this becomes a blocker for us, we can revisit release.

@stevenino
Copy link

Should be worked prior to #1007

@stevenino stevenino added the Refined Ticket has been refined at the backlog refinement label Apr 12, 2022
@riatzukiza riatzukiza mentioned this issue May 9, 2022
34 tasks
@riatzukiza
Copy link

Currently I am getting:

09:43:59.954: [CELL.0] Downloaded droplet (100.3M)
09:43:59.955: [CELL.0] Starting health monitoring of container
09:44:00.300: [APP/PROC/WEB.0] Applying database migrations
09:44:01.281: [APP/PROC/WEB.0] SystemCheckError: System check identified some issues:
09:44:01.281: [APP/PROC/WEB.0] ERRORS:
09:44:01.281: [APP/PROC/WEB.0] ?: (urls.E006) The MEDIA_URL setting must end with a slash.
09:44:01.427: [APP/PROC/WEB.0] Exit status 1
09:44:01.429: [CELL/SSHD.0] Exit status 0

@riatzukiza
Copy link

I initially thought that this was related to #1774 having gotten deployed and breaking on sandbox, so I tried a11y. It also had this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev devops DX Developer Experience Refined Ticket has been refined at the backlog refinement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants