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

Authselect Integrity Check Failed During Ansible Playbook Runs #10447

Closed
Mab879 opened this issue Apr 10, 2023 · 2 comments · Fixed by #10430
Closed

Authselect Integrity Check Failed During Ansible Playbook Runs #10447

Mab879 opened this issue Apr 10, 2023 · 2 comments · Fixed by #10430
Assignees
Labels
Ansible Ansible remediation update. productization-issue Issue found in upstream stabilization process. RHEL Red Hat Enterprise Linux product related.
Milestone

Comments

@Mab879
Copy link
Member

Mab879 commented Apr 10, 2023

Description of problem:

Playbooks that use auth_select

SCAP Security Guide Version:

43e268f

Operating System Version:

RHEL 9,2, RHEL 8.8, RHEL 7.9

Steps to Reproduce:

  1. Run Playbooks that use rule with Authselect rules

Actual Results:


TASK [Limit Password Reuse: password-auth - Informative message based on the authselect integrity check result] ***
fatal: [localhost]: FAILED! => {
    "assertion": "result_authselect_check_cmd.rc == 0",
    "changed": false,
    "evaluated_to": false,
    "msg": [
        "authselect integrity check failed. Remediation aborted!",
        "This remediation could not be applied because an authselect profile was not selected or the selected profile is not intact.",
        "It is not recommended to manually edit the PAM files when authselect tool is available.",
        "In cases where the default authselect profile does not cover a specific demand, a custom authselect profile is recommended."
    ]
}

Expected Results:

Playbook executes without failures

Additional Information/Debugging Steps:

None

@Mab879 Mab879 added RHEL Red Hat Enterprise Linux product related. Ansible Ansible remediation update. productization-issue Issue found in upstream stabilization process. labels Apr 10, 2023
@marcusburghardt
Copy link
Member

It is related to #10427.
We were aware that other issues could be reveled after the fix.

I will propose a fix for this new issue soon.

@marcusburghardt
Copy link
Member

Actually, I already proposed a fix for this issue in this PR: #10430

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ansible Ansible remediation update. productization-issue Issue found in upstream stabilization process. RHEL Red Hat Enterprise Linux product related.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants