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

acm_certificate_info: Document IAM actions required #2087

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

alicekaerast
Copy link

SUMMARY

This change documents the IAM actions required in order to use the community.aws.acm_certificate_info module

ISSUE TYPE
  • Docs Pull Request
COMPONENT NAME

community.aws.acm_certificate_info

ADDITIONAL INFORMATION

I've not done much with documentation in the past, is this the best place to add this?

Copy link

Docs Build 📝

Thank you for contribution!✨

The docsite for this PR is available for download as an artifact from this run:
https://github.com/ansible-collections/community.aws/actions/runs/9074944999

You can compare to the docs for the main branch here:
https://ansible-collections.github.io/community.aws/branch/main

File changes:

  • M collections/community/aws/acm_certificate_info_module.html
Click to see the diff comparison.

NOTE: only file modifications are shown here. New and deleted files are excluded.
See the file list and check the published docs to see those files.

diff --git a/home/runner/work/community.aws/community.aws/docsbuild/base/collections/community/aws/acm_certificate_info_module.html b/home/runner/work/community.aws/community.aws/docsbuild/head/collections/community/aws/acm_certificate_info_module.html
index 2b742c2..34d9899 100644
--- a/home/runner/work/community.aws/community.aws/docsbuild/base/collections/community/aws/acm_certificate_info_module.html
+++ b/home/runner/work/community.aws/community.aws/docsbuild/head/collections/community/aws/acm_certificate_info_module.html
@@ -162,6 +162,7 @@ see <a class="reference internal" href="#ansible-collections-community-aws-acm-c
 <li><p>Retrieve information for ACM certificates.</p></li>
 <li><p>Note that this will not return information about uploaded keys of size 4096 bits, due to a limitation of the ACM API.</p></li>
 <li><p>Prior to release 5.0.0 this module was called <code class="docutils literal notranslate"><span class="pre">community.aws.aws_acm_info</span></code>. The usage did not change.</p></li>
+<li><p>Requires the IAM permissions ‘acm:ListCertificates’, ‘acm:DescribeCertificate’, ‘acm:GetCertificate’, ‘acm:ListTagsForCertificate’</p></li>
 </ul>
 <p>Aliases: aws_acm_info</p>
 </section>

Copy link
Contributor

Build succeeded.
https://ansible.softwarefactory-project.io/zuul/buildset/3b48b3060ac649b99f71f7ebc946175c

✔️ ansible-galaxy-importer SUCCESS in 5m 33s (non-voting)
✔️ build-ansible-collection SUCCESS in 16m 01s
✔️ ansible-test-splitter SUCCESS in 6m 38s
✔️ integration-community.aws-1 SUCCESS in 21m 58s
Skipped 21 jobs

@alicekaerast alicekaerast changed the title Document IAM actions required acm_certificate_info: Document IAM actions required May 14, 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.

None yet

1 participant