Hey all! I'm working on integrating the stackstorm-netbox pack into some internal workflows and, in our case, the KV stores encrypted secrets for things like (some) URLs and tokens/passwords we need.
The issue we have is the pack as-is does not specify secret: true in the config schema, so when we pack-install, the secret values are being set as the encrypted strings of these KV values.
I'd like to posit defaulting these values to being secret, as my understanding is stackstorm will simply skip the decryption on non-encrypted KVs. This would allow us to use the encrypted values/secrets by default without the need of forking/further altering the pack's config downstream.
Please let me know if this is a good idea/acceptable!