Closed
Bug 1596917
Opened 6 years ago
Closed 6 years ago
Read mozaggregator postgres credentials in GCP
Categories
(Data Platform and Tools :: General, task)
Data Platform and Tools
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: amiyaguchi, Assigned: amiyaguchi)
References
Details
Attachments
(2 files)
The following credential are necessary to write to the postgres database for the telemetry aggregates service:
db_pass = "POSTGRES_PASS"
db_user = "POSTGRES_USER"
db_host = "POSTGRES_HOST"
db_ro_host = "POSTGRES_RO_HOST"
db_name = "POSTGRES_DB"
These are currently stored under s3://telemetry-spark-emr-2. This should be handled directly by airflow or stored under GCP.
Comment 1•6 years ago
|
||
Comment 2•6 years ago
|
||
| Assignee | ||
Updated•6 years ago
|
Summary: Read mozaggregator postgres credentials directly from the environment → Read mozaggregator postgres credentials in GCP
| Assignee | ||
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Updated•3 years ago
|
Component: Telemetry Aggregation Service → General
You need to log in
before you can comment on or make changes to this bug.
Description
•