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

feat: AWS SSM parameter store backend #511

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

oujonny
Copy link

@oujonny oujonny commented May 14, 2023

Description

Introduce AWS System Manager Parameter Store

Fixes: #466

Checklist

Please make sure that your PR fulfills the following requirements:

  • Reviewed the guidelines for contributing to this repository
  • The commit message follows the Conventional Commits Guidelines.
  • Tests for the changes have been updated
  • Are you adding dependencies? If so, please run go mod tidy -compat=1.17 to ensure only the minimum is pulled in.
  • Docs have been added / updated
  • Optional. My organization is added to USERS.md.

Type of Change

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • New tests
  • Build/CI related changes
  • Documentation content changes
  • Other (please describe)

Other information

@oujonny oujonny force-pushed the AWSSSMParameterStoreBackend branch from 8ef3eda to f90ca53 Compare May 15, 2023 21:32
@oujonny oujonny marked this pull request as ready for review May 15, 2023 21:33
@oujonny oujonny changed the title Draft: feat: AWS SSM parameter store backend feat: AWS SSM parameter store backend May 15, 2023
@oujonny
Copy link
Author

oujonny commented May 16, 2023

The story is ready from my side. Sadly I was not able to make it working that you can use the path and version annotations. Speifing a version is only possible currenlty with inline path. Maby someelse has an idea how to fix it.

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.

None yet

1 participant