Use POST as method of the API login endpoint
This commit is contained in:
parent
4cfce4bea1
commit
66e2e6114d
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user