Use POST as method of the API login endpoint

This commit is contained in:
Manuel 2022-04-26 09:13:27 +02:00
parent 4cfce4bea1
commit 66e2e6114d
No known key found for this signature in database
GPG Key ID: BFFAF1EE7145C53D

View File

@ -125,7 +125,7 @@
- name: Linux | Obtain JWT Token
uri:
url: '{{ target_manager.api_proto }}://{{ target_manager.address }}:{{ target_manager.api_port }}/security/user/authenticate'
method: GET
method: POST
url_username: '{{ target_manager.api_user }}'
url_password: '{{ api_pass }}'
status_code: 200