Document URL: https://docs.openshift.com/container-platform/4.9/networking/multiple_networks/configuring-additional-network.html Section Number and Name: Configuration for an additional network attachment Describe the issue: PR https://github.com/openshift/cluster-network-operator/pull/1226 and BZ https://bugzilla.redhat.com/show_bug.cgi?id=2021191 allow project-admin to list NetworkAttachmentDefinition of the project they own. While this is considered mostly harmless, it is opening up the visibility of the resource from only cluster-admins to project-admins. We should document this, so cluster-administrators creating NetworkAttachmentDefinition are aware that project-admins can read their content. Suggestions for improvement: Add a warning mentioning that contents of NetworkAttachmentDefinition can be read by project-admins and thus no secret or sensitive information should be kept there. Additional information: