Permit remote settings access for mozilla/ccadb2onecrl
Categories
(Core :: Security Block-lists, Allow-lists, and other State, task)
Tracking
()
People
(Reporter: jcj, Assigned: eolson)
References
Details
The container running the mozilla/ccadb2onecrl image requires access to both the Stage and Prod Remote Settings, so it will need to have suitable firewall ports opened.
ONECRL_PRODUCTION and ONECRL_STAGING arguments correspond with Remote Settings Stage and Remote Settings Prod environments, from the perspective of the ccadb2onecrl tool.
| Assignee | ||
Comment 1•5 years ago
•
|
||
What are the URLs that you have been using for dev and/or local testing?
| Reporter | ||
Comment 2•5 years ago
|
||
I would expect them to be:
ONECRL_PRODUCTION="https://settings.prod.mozaws.net/v1"
ONECRL_STAGING="https://settings.stage.mozaws.net/v1"
That's what I used for the test run that produced real data.
For local testing, they are http://localhost:8888/v1 addresses for the instances raised by cd kinto/local; docker-compose up
| Assignee | ||
Comment 3•5 years ago
|
||
The app that can accept writes is at these endpoints:
ONECRL_PRODUCTION = 'https://settings-writer.prod.mozaws.net/v1'
ONECRL_STAGING = 'https://settings-writer.stage.mozaws.net/v1'
The job is running from a jenkins worker that has a whitelisted IP for the writer app.
Description
•