Page MenuHomePhabricator

[services] Tunnelbroker - Add messages table name to ConfigManager.
ClosedPublic

Authored by max on Feb 6 2022, 5:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 17, 11:45 PM
Unknown Object (File)
Thu, Oct 17, 11:45 PM
Unknown Object (File)
Thu, Oct 17, 11:45 PM
Unknown Object (File)
Thu, Oct 17, 11:44 PM
Unknown Object (File)
Thu, Oct 17, 11:38 PM
Unknown Object (File)
Oct 16 2024, 3:50 AM
Unknown Object (File)
Sep 19 2024, 11:41 AM
Unknown Object (File)
Sep 6 2024, 2:32 PM

Details

Summary

Tunnelbroker needs to store messages in the DynamoDB database. We need to add ability to change the database name from the Config file and add the default name for it.

Test Plan

Get the config option using:
ConfigManager::getInstance().getParameter(ConfigManager::OPTION_DYNAMODB_MESSAGES_TABLE);

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Feb 7 2022, 2:16 AM
This revision now requires review to proceed.Feb 7 2022, 2:16 AM
This revision is now accepted and ready to land.Feb 7 2022, 7:00 PM

Rebase on master. Removed 's' plural from dynamodb table name.

This revision was landed with ongoing or failed builds.Feb 8 2022, 7:01 PM
This revision was automatically updated to reflect the committed changes.