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

Add prefix option to AWS SSM Parameter Store secret store component #2043

Merged
merged 2 commits into from
Sep 1, 2022

Conversation

ostreek
Copy link
Contributor

@ostreek ostreek commented Sep 1, 2022

Closes: #2001

I've created dapr/docs#2763 as documentation is needed for this.

Signed-off-by: Oliver Streek <ostreek@rosske.co.uk>
@ostreek ostreek requested review from a team as code owners September 1, 2022 17:07
@berndverst berndverst added this to the v1.9 milestone Sep 1, 2022
@codecov
Copy link

codecov bot commented Sep 1, 2022

Codecov Report

Merging #2043 (9300ea3) into master (19341e5) will increase coverage by 0.03%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #2043      +/-   ##
==========================================
+ Coverage   37.64%   37.67%   +0.03%     
==========================================
  Files         192      192              
  Lines       24002    24016      +14     
==========================================
+ Hits         9035     9049      +14     
  Misses      14199    14199              
  Partials      768      768              
Impacted Files Coverage Δ
secretstores/aws/parameterstore/parameterstore.go 84.53% <100.00%> (+2.60%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@dapr-bot dapr-bot merged commit b18e73d into dapr:master Sep 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add prefix option to AWS SSM Parameter Store secret store implementation
3 participants