What that means in concrete terms is that the README.md file lists:
A) The hostnames of each Nginx server used for that site
B) The hostname(s) of the MySQL servers used
C) The memcached server hostname and port
D) The document root folder the website runs at
E) The path to the error and access logs for that site
Yesterday I received an e-mail from the head of Operations requested that I take that information out of GitHub and place it on our internal corporate wiki. The rationale was that "this information resides on a third-party system that details out information that could be easily used to penetrate our systems."
I replied back that I'd remove information about the database (passwords were never listed) completely, but as we dole out work to outside vendors, and our corporate wiki cannot be accessed externally without VPN, I wasn't willing to remove basic hostname or path information and add a step or two to basic understanding of the system without good reason. As we trust 100% of our intellectual property (code) to GitHub, getting a list of hostnames by accessing our repositories is to me the least of our concerns.
I am wrong to not comply with the request?