Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 2127907

Summary: [ansible-freeipa] [RFE] New ipacert module
Product: Red Hat Enterprise Linux 9 Reporter: Thomas Woerner <twoerner>
Component: ansible-freeipaAssignee: Rafael Jeffman <rjeffman>
Status: CLOSED ERRATA QA Contact: Varun Mylaraiah <mvarun>
Severity: unspecified Docs Contact: Filip Hanzelka <fhanzelk>
Priority: unspecified    
Version: 9.2CC: fhanzelk, gfialova, ipa-qe, mvarun, rjeffman
Target Milestone: rcKeywords: FutureFeature, Triaged
Target Release: ---Flags: pm-rhel: mirror+
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: ansible-freeipa-1.11.0-1.el9 Doc Type: Enhancement
Doc Text:
.You can now manage IdM certificates using the `ipacert` Ansible module You can now use the `ansible-freeipa` `ipacert` module to request or retrieve SSL certificates for Identity Management (IdM) users, hosts and services. The users, hosts and services can then use these certificates to authenticate to IdM. You can also revoke the certificates, and restore certificates that have been put on hold.
Story Points: ---
Clone Of: 2127906 Environment:
Last Closed: 2023-11-07 08:25:31 UTC Type: Enhancement
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 2127906    
Bug Blocks:    

Comment 3 Rafael Jeffman 2023-06-07 15:54:14 UTC
Upstream PR is merged.

Comment 7 Varun Mylaraiah 2023-06-16 10:03:57 UTC
Verified

ansible-core-2.15.0-1.el9.x86_64
ansible-freeipa-1.11.0-1.el9.noarch


=========================== short test summary info ============================
PASSED ansible_freeipa_tests/ipacert/test_ipacert.py::TestIPACertModule::test_ipacert_requested_for_existing_host
PASSED ansible_freeipa_tests/ipacert/test_ipacert.py::TestIPACertModule::test_ipacert_requested_for_nonexisting_host
PASSED ansible_freeipa_tests/ipacert/test_ipacert.py::TestIPACertModule::test_ipacert_requested_for_invalid_principle_for_host
PASSED ansible_freeipa_tests/ipacert/test_ipacert.py::TestIPACertModule::test_ipacert_hold_cert_using_serial_number
PASSED ansible_freeipa_tests/ipacert/test_ipacert.py::TestIPACertModule::test_ipacert_released_cert_using_serial_number
PASSED ansible_freeipa_tests/ipacert/test_ipacert.py::TestIPACertModule::test_ipacert_hold_cert_using_invalid_serial_number
PASSED ansible_freeipa_tests/ipacert/test_ipacert.py::TestIPACertModule::test_ipacert_revoke_cert_without_reason
PASSED ansible_freeipa_tests/ipacert/test_ipacert.py::TestIPACertModule::test_ipacert_requested_for_existing_service
PASSED ansible_freeipa_tests/ipacert/test_ipacert.py::TestIPACertModule::test_ipacert_requested_for_nonexisting_service
PASSED ansible_freeipa_tests/ipacert/test_ipacert.py::TestIPACertModule::test_ipacert_requested_for_service_using_add_principal
PASSED ansible_freeipa_tests/ipacert/test_ipacert.py::TestIPACertModule::test_ipacert_requested_for_service_with_invalid_certificate
PASSED ansible_freeipa_tests/ipacert/test_ipacert.py::TestIPACertModule::test_ipacert_requested_for_invalid_principle_for_service
PASSED ansible_freeipa_tests/ipacert/test_ipacert.py::TestIPACertModule::test_ipacert_requested_for_existing_user
PASSED ansible_freeipa_tests/ipacert/test_ipacert.py::TestIPACertModule::test_ipacert_requested_for_nonexisting_user
PASSED ansible_freeipa_tests/ipacert/test_ipacert.py::TestIPACertModule::test_ipacert_requested_for_user_with_profile_id
PASSED ansible_freeipa_tests/ipacert/test_ipacert.py::TestIPACertModule::test_ipacert_requested_for_user_with_incorrect_profile_id
PASSED ansible_freeipa_tests/ipacert/test_ipacert.py::TestIPACertModule::test_ipacert_requested_with_csr_file
PASSED ansible_freeipa_tests/ipacert/test_ipacert.py::TestIPACertModule::test_ipacert_revoke_cert_with_state_held
PASSED ansible_freeipa_tests/ipacert/test_ipacert.py::TestIPACertModule::test_ipacert_revoke_with_reasons[unspecified]
PASSED ansible_freeipa_tests/ipacert/test_ipacert.py::TestIPACertModule::test_ipacert_revoke_with_reasons[keycompromise]
PASSED ansible_freeipa_tests/ipacert/test_ipacert.py::TestIPACertModule::test_ipacert_revoke_with_reasons[cacompromise]
PASSED ansible_freeipa_tests/ipacert/test_ipacert.py::TestIPACertModule::test_ipacert_revoke_with_reasons[affiliationchanged]
PASSED ansible_freeipa_tests/ipacert/test_ipacert.py::TestIPACertModule::test_ipacert_revoke_with_reasons[superseded]
PASSED ansible_freeipa_tests/ipacert/test_ipacert.py::TestIPACertModule::test_ipacert_revoke_with_reasons[cessationofoperation]
PASSED ansible_freeipa_tests/ipacert/test_ipacert.py::TestIPACertModule::test_ipacert_revoke_with_reasons[certificatehold]
PASSED ansible_freeipa_tests/ipacert/test_ipacert.py::TestIPACertModule::test_ipacert_revoke_with_reasons[removefromcrl]
PASSED ansible_freeipa_tests/ipacert/test_ipacert.py::TestIPACertModule::test_ipacert_revoke_with_reasons[privilegewithdrawn]
PASSED ansible_freeipa_tests/ipacert/test_ipacert.py::TestIPACertModule::test_ipacert_revoke_with_reasons[aacompromise]
================== 28 passed, 1 warning in 814.80s (0:13:34) ===================


Based on the above test results, marking the bug Verified Tested.

Comment 10 errata-xmlrpc 2023-11-07 08:25:31 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (ansible-freeipa bug fix and enhancement update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2023:6354