Start a new topic
Answered

File external resolver with encrypted value

Is it possible to use an encrypted password from an external file resolver in jdbc password ?

Using a simple file resolver I can input via %ext{simple/DBPwd}ext% but when value is encryted  using runtime encryption (encrypt xxxxxx) it is not recognized as an encrypted value.


Best regards


Best Answer

In the current version, is not possible to store encrypted values in the values file of the 'Simple External Value Resolver'.

This is because we consider that the third-party service that is chosen as external value resolver is already secure (whether it's the file, vault, google secret, etc.). So normally, only authorized people should have access to it.


1 Comment

Answer

In the current version, is not possible to store encrypted values in the values file of the 'Simple External Value Resolver'.

This is because we consider that the third-party service that is chosen as external value resolver is already secure (whether it's the file, vault, google secret, etc.). So normally, only authorized people should have access to it.



2 people like this
Login to post a comment