You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a severe lack of documentation on how to include custom credential plugins in the newer versions of AWX now that things have shifted over to being operator based.
All documentation I've found points to using the typical ansible-galaxy collection ... commands to build a collection and then including that collection in the requirements.yml file when building the new ee. However, unless I'm mistaken credential plugins are not the same as the module plugins that this is meant for.
Is the only way to include custom credential plugins to build the awx project from scratch and include the new cred plugin alongside the others as outlined in this post? I'm having a hard time believe that's the correct way to do this, but nothing else I've found makes any sense..
The text was updated successfully, but these errors were encountered:
Hey @tvo318, I don't see any documentation there either about how to actually build the plugins into AWX. Can you please share where that information is documented or outlined?
I've managed to get the awx devel branch building, but the plugins are installed in the image and then never actually present in the API/UI... So there is some sort of disconnect between the development docs on the AWX side and what is actually required to develop cred plugins.
There is a severe lack of documentation on how to include custom credential plugins in the newer versions of AWX now that things have shifted over to being operator based.
All documentation I've found points to using the typical
ansible-galaxy collection ...
commands to build a collection and then including that collection in the requirements.yml file when building the new ee. However, unless I'm mistaken credential plugins are not the same as the module plugins that this is meant for.Is the only way to include custom credential plugins to build the awx project from scratch and include the new cred plugin alongside the others as outlined in this post? I'm having a hard time believe that's the correct way to do this, but nothing else I've found makes any sense..
The text was updated successfully, but these errors were encountered: