awx/awxkit/awxkit/cli/docs/source/authentication.rst
TVo dfee5a1821
Updated Authentication section to reflect AWX only method. (#15602)
* Updated Authentication section to reflect AWX only method.

* Update awxkit/awxkit/cli/docs/source/authentication.rst

---------

Co-authored-by: Helen Bailey <hakbailey@gmail.com>
2024-11-07 16:02:48 +00:00

12 lines
325 B
ReStructuredText

.. _authentication:
Authentication
==============
To authenticate to AWX, include your username and password in each command invocation as shown in the following examples:
.. code:: bash
CONTROLLER_USERNAME=alice CONTROLLER_PASSWORD=secret awx jobs list
awx --conf.username alice --conf.password secret jobs list