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

[role/ipasmartcard_client] Password leaking in cleartext #1278

Open
EmptyByte opened this issue Jul 23, 2024 · 0 comments
Open

[role/ipasmartcard_client] Password leaking in cleartext #1278

EmptyByte opened this issue Jul 23, 2024 · 0 comments

Comments

@EmptyByte
Copy link

In the following task:

  - name: Authenticate using kinit with password for "{{ ipaadmin_principal }}"
    ansible.builtin.command: kinit "{{ ipaadmin_principal }}"
    args:
      stdin: "{{ ipaadmin_password }}"
    when: ipaadmin_password is defined

Please add a no_log: true.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant