mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 23:12:08 -03:30
Removed erroneous line for basic auth
This commit is contained in:
parent
b3aeb962ce
commit
b79aa5b1ed
@ -89,8 +89,6 @@ Example with curl:
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
curl -X GET -H 'Authorization: Basic dXNlcjpwYXNzd29yZA==’ https://<awx-host>/api/v2/credentials -k -L
|
||||
|
||||
# the --user flag adds this Authorization header for us
|
||||
curl -X GET --user 'user:password' https://<awx-host>/api/v2/credentials -k -L
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user