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 1822669 - [ansible-freeipa] hbacrule added while adding hbacrule with hostcategory=all and a specific host at the same time
Summary: [ansible-freeipa] hbacrule added while adding hbacrule with hostcategory=all ...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: ansible-freeipa
Version: 8.2
Hardware: x86_64
OS: Linux
unspecified
unspecified
Target Milestone: rc
: 8.0
Assignee: Rafael Jeffman
QA Contact: ipa-qe
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-04-09 15:07 UTC by Varun Mylaraiah
Modified: 2020-11-04 02:47 UTC (History)
3 users (show)

Fixed In Version: ansible-freeipa-0.1.11-1
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-11-04 02:46:35 UTC
Type: Bug
Target Upstream Version:
Embargoed:
pm-rhel: mirror+


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHEA-2020:4663 0 None None None 2020-11-04 02:46:46 UTC

Description Varun Mylaraiah 2020-04-09 15:07:42 UTC
Description of problem:
hbacrule added while adding hbacrule with hostcategory=all and a specific host at the same time.

Version-Release number of selected component (if applicable):
ansible-freeipa-0.1.8-3.el8.noarch

Steps to Reproduce:

##On Server##
[root@master ~]# ipa hbacrule-show Newlogin_rule
ipa: ERROR: Newlogin_rule: HBAC rule not found

##On Controller##
[root@ansible ~]# cat hbac_add.yaml
---
- name: Playbook to ensure not able to add host member when "Host" category all”.
  hosts: ipaserver
  become: true
 
  tasks:
  - name: Get Domain from the server name
    set_fact:
      ipaserver_domain: "{{ groups.ipaserver[0].split('.')[1:] | join ('.') }}"
 
  - ipahbacrule:
      ipaadmin_password: Secret.123
      name: Newlogin_rule
      description: hbac rule
      host: "{{ 'mytesthbachost2.' + ipaserver_domain }}"
      hostcategory: "all"
 
[root@ansible ~]# ansible-playbook -vv -i inventory/host.hosts hbac_add.yaml
ansible-playbook 2.9.6
  config file = /etc/ansible/ansible.cfg
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/lib/python3.6/site-packages/ansible
  executable location = /usr/bin/ansible-playbook
  python version = 3.6.8 (default, Dec  5 2019, 15:45:45) [GCC 8.3.1 20191121 (Red Hat 8.3.1-5)]
Using /etc/ansible/ansible.cfg as config file

PLAYBOOK: hbac_add.yaml *****************************************************************************************************
1 plays in hbac_add.yaml

PLAY [Playbook to ensure not able to add host member when "Host" category all”.] ********************************************

TASK [Gathering Facts] ******************************************************************************************************
task path: /root/hbac_add.yaml:2
ok: [master.ipadomain.test]
META: ran handlers

TASK [Get Domain from server name] ******************************************************************************************
task path: /root/hbac_add.yaml:7
ok: [master.ipadomain.test] => {"ansible_facts": {"ipaserver_domain": "ipadomain.test"}, "changed": false}

TASK [ipahbacrule] **********************************************************************************************************
task path: /root/hbac_add.yaml:11
fatal: [master.ipadomain.test]: FAILED! => {"changed": false, "msg": "hbacrule_add_host: Newlogin_rule: hosts cannot be added when host category='all'"}

PLAY RECAP ******************************************************************************************************************
master.ipadomain.test      : ok=2    changed=0    unreachable=0    failed=1    skipped=0    rescued=0    ignored=0   


##On Server##
[root@master ~]# ipa hbacrule-show Newlogin_rule
  Rule name: Newlogin_rule
  Host category: all
  Description: hbac rule
  Enabled: TRUE

Actual results:
HBAC rule added after the playbook failed.

Expected results:
HBAC rule should not add if the following command is failing.

Comment 1 Varun Mylaraiah 2020-04-09 15:13:51 UTC
Noticed the same behavior with the below variables
 - usercategory: 'all'
 - servicecategory: 'all'

Comment 2 Rafael Jeffman 2020-05-29 18:32:21 UTC
There is an upstream PR for this issue: https://github.com/freeipa/ansible-freeipa/pull/287

Comment 4 Thomas Woerner 2020-06-11 15:04:27 UTC
The upstream PR has been merged.

Comment 8 anuja 2020-07-27 07:30:10 UTC
Verified Using: Test from downstream test-suite ansible_freeipa_tests/hbac_module.py::Testhbacrulecategoryall
Using version: 
ansible-freeipa-0.1.12-5.el8.noarch
ipa-server-common-4.8.7-7.module+el8.3.0+7376+c83e4fcd.noarch


2020-07-24T04:38:46+0000 ----------- generated xml file: /home/jenkins/tews/trigger/junit.xml -----------
2020-07-24T04:38:46+0000 ------ generated html file: file:///home/jenkins/tews/trigger/report.html ------
2020-07-24T04:38:46+0000 ========================= 35 passed in 727.79 seconds ==========================
2020-07-24T04:38:47+0000 RETURN CODE: 0
2020-07-24T04:38:47+0000 UPSTREAM TESTS STEP END: ansible_freeipa_tests/hbac_module.py

Based on this marking bug as verified.

Comment 12 errata-xmlrpc 2020-11-04 02:46:35 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/RHEA-2020:4663


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