Hi
For a hideGroup configuration, we provide the password in plaintext.
Is there any alternative to this configuration where the password is not in plaintext i.e. sourced from somewhere else, like a file?
<hideGroup>
<name>debug</name>
<password>secret</password>
</hideGroup>
Thanks