mirror of
https://github.com/ansible/awx.git
synced 2026-05-05 08:27:39 -02:30
Removed erroneous line for basic auth
This commit is contained in:
@@ -89,8 +89,6 @@ Example with curl:
|
|||||||
|
|
||||||
.. code-block:: text
|
.. 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
|
# the --user flag adds this Authorization header for us
|
||||||
curl -X GET --user 'user:password' https://<awx-host>/api/v2/credentials -k -L
|
curl -X GET --user 'user:password' https://<awx-host>/api/v2/credentials -k -L
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user