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 - [ansible-freeipa] [RFE] New ipacert module
Summary: [ansible-freeipa] [RFE] New ipacert module
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 9
Classification: Red Hat
Component: ansible-freeipa
Version: 9.2
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Rafael Jeffman
QA Contact: Varun Mylaraiah
Filip Hanzelka
URL:
Whiteboard:
Depends On: 2127906
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-09-19 10:47 UTC by Thomas Woerner
Modified: 2023-12-14 10:06 UTC (History)
5 users (show)

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.
Clone Of: 2127906
Environment:
Last Closed: 2023-11-07 08:25:31 UTC
Type: Enhancement
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker FREEIPA-8774 0 None None None 2022-09-19 10:54:08 UTC
Red Hat Issue Tracker RHELPLAN-134301 0 None None None 2022-09-19 10:54:19 UTC
Red Hat Product Errata RHBA-2023:6354 0 None None None 2023-11-07 08:25:48 UTC

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


Note You need to log in before you can comment on or make changes to this bug.