Currently the AA_DATA_REPO environment variable is set up to link to the top-level of the data directory containing both the public and private sub directories. We need a solution for setting up the environment in the case of using the public directory only. Some options:
Keep the data directory link and variable as is. Instruct users who only have access to public to manually place it in a directory called Data. Not a favoured solution because this makes setup complex for external users.
Keep the data directory link and variable as is. Change the permissions on the private directory to internal users only. Not clear if this is possible; needs to be investigated.
Have a separate environment variable for public andprivate.
Keep the data directory environment variable, but add another one that indicates whether it points to public or Data.
Currently the
AA_DATA_REPO
environment variable is set up to link to the top-level of the data directory containing both thepublic
andprivate
sub directories. We need a solution for setting up the environment in the case of using the public directory only. Some options:public
to manually place it in a directory calledData
. Not a favoured solution because this makes setup complex for external users.private
directory to internal users only. Not clear if this is possible; needs to be investigated.public
andprivate
.public
orData
.