Bug 2215538

Summary: [ansible-freeipa] Update authtype (including idp) for the config, user, host and service modules
Product: Red Hat Enterprise Linux 9 Reporter: Thomas Woerner <twoerner>
Component: ansible-freeipaAssignee: Thomas Woerner <twoerner>
Status: VERIFIED --- QA Contact: Varun Mylaraiah <mvarun>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 9.3CC: mvarun, rjeffman
Target Milestone: rcKeywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: ansible-freeipa-1.11.1-1.el9 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 2215540 (view as bug list) Environment:
Last Closed: Type: Bug
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:    
Bug Blocks: 2215540    

Description Thomas Woerner 2023-06-16 12:13:51 UTC
The config, user, host and service modules are lacking support for newer authtypes like for example idp.

Comment 1 Thomas Woerner 2023-07-19 12:08:11 UTC
Upstream PR: https://github.com/freeipa/ansible-freeipa/pull/1118

Comment 2 Rafael Jeffman 2023-07-19 18:39:57 UTC
Additional PR: https://github.com/freeipa/ansible-freeipa/pull/1119

Comment 6 Varun Mylaraiah 2023-08-03 07:41:05 UTC
Verified
ansible-core-2.14.7-1.el9.x86_64
ansible-freeipa-1.11.1-1.el9.noarch

User-module:
PASSED ansible_freeipa_tests/user/test_user.py::Testuser22_23_24::test_add_user_with_multiple_auth_type
PASSED ansible_freeipa_tests/user/test_user.py::Testuser22_23_24::test_update_user_with_auth_type_otp
PASSED ansible_freeipa_tests/user/test_user.py::Testuser22_23_24::test_user_reset_auth_type

Host-module:
PASSED ansible_freeipa_tests/host/test_host.py::Testhost30_31_32::test_add_host_with_single_auth_ind
PASSED ansible_freeipa_tests/host/test_host.py::Testhost30_31_32::test_add_host_with_multiple_auth_ind
PASSED ansible_freeipa_tests/host/test_host.py::Testhost30_31_32::test_reset_host_auth_ind

Config-module:
PASSED ansible_freeipa_tests/config/test_config.py::TestConfigValid::test_auth_type[auth_1]
PASSED ansible_freeipa_tests/config/test_config.py::TestConfigValid::test_auth_type[auth_2]
PASSED ansible_freeipa_tests/config/test_config.py::TestConfigValid::test_auth_type[auth_4]
PASSED ansible_freeipa_tests/config/test_config.py::TestConfigValid::test_auth_type_none

Service-module:
PASSED ansible_freeipa_tests/service/test_service.py::TestServiceWithAuthInd::test_service_add_with_authind_otp
PASSED ansible_freeipa_tests/service/test_service.py::TestServiceWithAuthInd::test_service_update_with_all_authind
PASSED ansible_freeipa_tests/service/test_service.py::TestServiceWithAuthInd::test_service_reset_authind


Based on the above test result, marking the bug Verified