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

localstack/minio cleanup #339

Open
wants to merge 10 commits into
base: develop
Choose a base branch
from
Open

Conversation

donsizemore
Copy link
Member

@donsizemore donsizemore commented Dec 20, 2023

  • Run LocalStack and MinIO containers under their respective service accounts, rather than as the Dataverse service account
  • use docker compose binary instead of Ansible module for compatibility with RHEL9
  • Place hard-coded AWS credentials beneath Dataverse service account lest S3AccessIT return 500s from "Amazon"

Closes #338

@donsizemore donsizemore self-assigned this Dec 20, 2023
@@ -0,0 +1,3 @@
[default]
Copy link
Member

Choose a reason for hiding this comment

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

Random Q: Would it help to use a non-default profile? (The store has to specify which profile in that case.)

Copy link
Member Author

Choose a reason for hiding this comment

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

@qqmyers these are broken out by service account, and really only for testing, so I think I'll leave them as-is for now? can always add in profiles later, unless you think I'm making a mistake by not including them now?

Copy link
Member

Choose a reason for hiding this comment

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

It's fine - not hard to add later

Copy link
Member

@pdurbin pdurbin left a comment

Choose a reason for hiding this comment

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

Looks like some nice cleanup!

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.

post-6.1 release LocalStack/Minio clean-up
3 participants