In reviewing the code of k8s_auth I noticed most of the functions and many of the internal variables are prefixed with openshift_. Is there a purpose for this module outside of OpenShift? If there is does there need to be an openshift specific k8s_auth module there and a generic (standard) k8s_auth here? Or does the k8s_auth module need to move over to community.okd?
Having received not objections here or other conversations amongst contributors, we're going to start migrating this module to community.okd. ansible-collections/community.okd#28.
In reviewing the code of
k8s_auth
I noticed most of the functions and many of the internal variables are prefixed withopenshift_
. Is there a purpose for this module outside of OpenShift? If there is does there need to be an openshift specific k8s_auth module there and a generic (standard)k8s_auth
here? Or does thek8s_auth
module need to move over to community.okd?cc/ @willthames @fabianvf