Datasource security
We have a datasource that must read and write to a database. The database contains secure information. All team developers have access to the code and can see the datasource name which is a security concern. We'd like to limit this to one or two developers. Options we've considered are limiting access to the directory where the code is located so only a few will see the datasource name. Anyone have any other ideas or know of other options within ColdFusion to secure? Since the password is located in the CF administrator we wouldn't want any developer to write a snippet of code to read the information just by knowing the datasource name.
