Whitelist Security#
The centrally-hosted config server is running with the same permissions as the dls-dasc group. Since this service currently doesn’t have authentication and has /dls_sw mounted, we have introduced whitelists to ensure that nothing sensitive gets read. Most importantly, nothing confidential should be added to the whitelist. This includes any experimental data and files containing credentials.
This service was designed primarily to read beamline configuration files, like lookup tables and key-value variables. However, as long the file is safe for anyone to read, it can be safely added to the whitelist.
See the general guide if you need to read sensitive information in your Bluesky plans.