Hello, my question is about adding spider settings on scrapy cloud and if they are hidden or accessible to outside users? For example in my local environment I have my AWS_SECRET_ACCESS_KEY variable hidden as an environment variable:
and I'm not sure how to do this once the project is deployed on scrapy cloud or if the settings are secure and it is not necessary (if I can put the key directly into spider settings) like so:
AWS_SECRET_ACCESS_KEY = 'my secret access key'
0 Votes
nestor posted
over 5 years ago
AdminBest Answer
Your project is not accessible to other users unless you add them on the list of members, so you can safely add this setting in the UI.
0 Votes
1 Comments
nestorposted
over 5 years ago
AdminAnswer
Your project is not accessible to other users unless you add them on the list of members, so you can safely add this setting in the UI.
Hello, my question is about adding spider settings on scrapy cloud and if they are hidden or accessible to outside users? For example in my local environment I have my AWS_SECRET_ACCESS_KEY variable hidden as an environment variable:
and I'm not sure how to do this once the project is deployed on scrapy cloud or if the settings are secure and it is not necessary (if I can put the key directly into spider settings) like so:
0 Votes
nestor posted over 5 years ago Admin Best Answer
Your project is not accessible to other users unless you add them on the list of members, so you can safely add this setting in the UI.
0 Votes
1 Comments
nestor posted over 5 years ago Admin Answer
Your project is not accessible to other users unless you add them on the list of members, so you can safely add this setting in the UI.
0 Votes
Login to post a comment