You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently have data brokers in a configuration file. When the application is deployed, we need a way to populate the data_brokers table with the information found in config/data_brokers.yml.
If a data broker is added to the config/data_brokers.yml, we need to create that data broker entry. If a data broker is modified in the config/data_brokers.yml, we need to update that data broker entry.
Acceptance Criteria
All the data brokers listed in the data_brokers table.
We currently have data brokers in a configuration file. When the application is deployed, we need a way to populate the
data_brokers
table with the information found inconfig/data_brokers.yml
.If a data broker is added to the
config/data_brokers.yml
, we need to create that data broker entry. If a data broker is modified in theconfig/data_brokers.yml
, we need to update that data broker entry.Acceptance Criteria
data_brokers
table.Resources
config/data_brokers.yml
Configuration::DataBrokers
The text was updated successfully, but these errors were encountered: