Vaibhav Yadav

Results 3 issues of Vaibhav Yadav

**Problem** : Containers are still running even after the build process completed **Solution** : Need to add ```publisher.disconnect();``` on line 70 in ```/build-server/script.js``` This will ensure the docker shutdown after...

This PR implements ```COMMAND GETKEYSANDFLAGS``` only with tests Changes: - handler for COMMAND GETKEYSANDFLAGS - added tests to validate correct key/flag mappings closes #642

## What changed? Added an admin command that dump all frontend dynamic config values, ## Why? Operators currently cannot easily inspect frontend runtime dynamic configuration, dumping values aids troubleshooting, incident...