Hideki Saito
18f2f69c53
Fixes the symlink handling issue in the authorized_key module ( #760 )
...
- Addresses CVE-2026-11837
- Fixes #759
Signed-off-by: Hideki Saito <saito@fgrep.org >
2026-06-30 08:45:30 +09:00
Klaas Demter
9651a19805
change result.failed==True to result is failed in check_permissions.yml
...
Co-authored-by: Felix Fontein <felix@fontein.de >
2025-10-22 08:29:46 +02:00
Klaas Demter
413ab782a8
Fixes #462 notice permission denied on authorized_key module
2025-10-21 10:00:12 +02:00
Александр Бакановский
5f3f8514eb
Allow remote path for authorized_key
2024-09-30 09:40:03 +03:00
Adam Miller
a85f736f6a
refactor to comply with current ansible-lint and sanity guidelines
...
Signed-off-by: Adam Miller <admiller@redhat.com >
2023-12-06 17:22:59 -06:00
Hideki Saito
abfe36c62f
Fix to follow pylint check in ansible-test-sanity-docker-devel
...
Signed-off-by: Hideki Saito <saito@fgrep.org >
2022-09-12 10:30:01 +09:00
Hideki Saito
69d17ed4b7
Restructure integration tests for authorized_key module
...
* Split tasks/main.yml in integration tests to each function block.
Signed-off-by: Hideki Saito <saito@fgrep.org >
2021-07-02 16:27:02 +09:00
Adam Miller
86a5950efa
authorized_keys - consistent behavior in check_mode
...
Previously check_mode would incorrectly return changed=False even when a
change would have taken place if ran without check_mode, with
integration tests that confirmed this incorrect behavior. Also the
module did not correctly populate the return values when run in
check_mode. Both of these issues are resolved in this PR.
Fixes https://github.com/ansible-collections/ansible.posix/issues/37
Signed-off-by: Adam Miller <admiller@redhat.com >
2020-06-19 09:18:52 -05:00
Ansible Core Team
6f928621f0
Initial commit
2020-03-09 13:15:28 +00:00