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

Atmos Read/Write Storage Interface #834

Conversation

mcalhoun
Copy link
Member

@mcalhoun mcalhoun commented Dec 9, 2024

what

Add the concept of atmos stores to the app.

why

Atmos stores allow values to be written to an external store (i.e., AWS SSM Param Store) after apply-time and read from at plan/before apply time.

Stores are pluggable and configurable and multiple may be enabled at the same time (i.e. for prod/non-prod, east/west, etc).

The initial set of stores we are implementing as part of this PR are:

  • AWS SSM Parameter Store
  • Artifactory

@osterman osterman changed the title add atmos store feature Atmos Read/Write Storage Interface Dec 10, 2024
@mcalhoun mcalhoun force-pushed the feature/add-atmos-store-functionality branch from 99600c2 to 13ad9db Compare December 16, 2024 18:00
@mcalhoun mcalhoun changed the base branch from main to chore/refactor-checkatmosconfig December 16, 2024 18:00
@mergify mergify bot added the triage Needs triage label Dec 17, 2024
Copy link

mergify bot commented Dec 17, 2024

Important

Cloud Posse Engineering Team Review Required

This pull request modifies files that require Cloud Posse's review. Please be patient, and a core maintainer will review your changes.

To expedite this process, reach out to us on Slack in the #pr-reviews channel.

@mergify mergify bot added the needs-cloudposse Needs Cloud Posse assistance label Dec 17, 2024
Copy link

mergify bot commented Dec 17, 2024

💥 This pull request now has conflicts. Could you fix it @mcalhoun? 🙏

@mergify mergify bot added the conflict This PR has conflicts label Dec 17, 2024
@mcalhoun mcalhoun closed this Dec 17, 2024
@mergify mergify bot removed conflict This PR has conflicts needs-cloudposse Needs Cloud Posse assistance triage Needs triage labels Dec 17, 2024
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.

1 participant