So I'm trying to write a custom credential type plugin for AAP 2.5, but so far I can find no information that's a current-ish date.
If you look here: https://github.com/ansible/awx/blob/devel/docs/credentials/credential_plugins.md
It mentions another place for examples, here: https://github.com/ansible/awx-custom-credential-plugin-example/blob/master/awx_custom_credential_plugin_example/__init__.py
This one was archived back in early 2024, pre 2.5. I've been unable to find anything else after asking on the forums and in Matrix #Ansible-AWX.
So I went through the archived examples steps.. I have a working python module, went through all the steps mentioned in that How-to but the new type never appears in the Credential Types menu.
I'd love to give back to the community once my plugin works but where do I ask for help on this?