What's the damage in storing a secret key in a rul...
# plugins
b
What's the damage in storing a secret key in a rule node? As long as it doesn't get persisted to disk I assume no one outside can access?
h
and as you're careful to not log it, e.g. don't use EngineAwareParameter
b
👍