scripts/checkSecretEnvVariables.sh

Summary

Maintainability
Test Coverage
#!/bin/sh
if [ -z "$BFF_PATH" ]; then 
    echo No BFF_PATH set as environment variable, you will not have access to topics; 
fi