How do you integrate a credential plugin in a EE

116 views
Skip to first unread message

stefan....@gmail.com

unread,
May 11, 2021, 3:45:03 PM5/11/21
to AWX Project
Hi,

says I should install in the awx-task container but how do you do this in a EE enviroment  

Do I just add additional_build_steps: 

additional_build_steps: 
  prepend: | 
    RUN pip3 install --upgrade pip setuptools
    RUN pip3 install --upgrade pip setuptools
    awx-manage setup_managed_credential_types


or are credential plugins no longer supported?


kind regards

Stefan

Bill Nottingham

unread,
May 11, 2021, 3:53:20 PM5/11/21
to stefan....@gmail.com, AWX Project
It would go in the main AWX image, credential plugins do not run in the EE.

Bill

Stefan Coussens

unread,
May 12, 2021, 4:06:35 AM5/12/21
to Bill Nottingham, AWX Project
Hi,

But since you don't have root access in the main AWX image you cannot install it (also awx-mange is not found). 

Do I need to create a custom main image?


Kind regards

Bill Nottingham

unread,
May 12, 2021, 1:36:07 PM5/12/21
to Stefan Coussens, AWX Project
Stefan Coussens (stefan....@gmail.com) said:
> But since you don't have root access in the main AWX image you cannot
> install it (also awx-mange is not found).
>
> Do I need to create a custom main image?

Yes, you'd need to build a custom awx image.

Bill

Reply all
Reply to author
Forward
0 new messages