Skip to content

Conversation

forzagreen
Copy link
Contributor

@forzagreen forzagreen commented Dec 10, 2020

Related issue

#1854

Description of changes

Added a policy template AcmGetCertificatePolicy that give a permission to read a certificate from AWS Certificate Manager.

Usecase

Lambda function in a private network making HTTPS requests to a private server. The Lambda needs to add the certificate chain to its CA Bundle.

Checklist

  • Write/update tests
  • make pr passes
  • Update documentation
  • Verify transformed template deploys and application functions as expected

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@codecov-io
Copy link

codecov-io commented Dec 10, 2020

Codecov Report

Merging #1853 (966a26c) into develop (6059c19) will increase coverage by 0.05%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1853      +/-   ##
===========================================
+ Coverage    93.97%   94.02%   +0.05%     
===========================================
  Files           89       89              
  Lines         5825     5825              
  Branches      1185     1185              
===========================================
+ Hits          5474     5477       +3     
+ Misses         162      160       -2     
+ Partials       189      188       -1     
Impacted Files Coverage Δ
samtranslator/translator/logical_id_generator.py 100.00% <0.00%> (+9.09%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6059c19...966a26c. Read the comment docs.

@elbayaaa elbayaaa merged commit 848c39c into aws:develop Feb 12, 2021
mgrandis pushed a commit to mgrandis/serverless-application-model that referenced this pull request Mar 2, 2021
* Policy templates: add AcmGetCertificatePolicy

* Add unit tests
@forzagreen
Copy link
Contributor Author

@mndeveci @elbayaaa Any updates on this ?
The linked issue #1854 is still in "waiting for release".
Thanks

@mndeveci
Copy link
Contributor

mndeveci commented Feb 7, 2022

@forzagreen this is already released as it is mentioned in the linked issue (#1854). Please create a new issue if you are experiencing problems with it.

@forzagreen
Copy link
Contributor Author

Thanks @mndeveci. I confirm it was released. However the docs is missing from the policy template list.
I created a PR in awsdocs/aws-sam-developer-guide#145 to update the docs.

@mndeveci
Copy link
Contributor

Thanks, I will reach out to documentation team about this as well.

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.

4 participants