To use EDA to launch automation jobs in AWX, you need create an access token in AWX.
Create an OAuth2 token for your user in the AWX UI.
- Navigate to the Users page in the AWX UI
- Select the username you wish to create a token for
- Click on tokens, then the green plus icon
- Application can be left empty, input a description and select the read/write scope.
Alternatively, you can create one at the command-line using the
create_oauth2_token
manage command (docs)