I have a script that needs to retrieve sensitive information encrypted within a configuration parameter. However, I am unable to decrypt it. How can I decrypt the parameter to access its original value?
I have a script that needs to retrieve sensitive information encrypted within a configuration parameter. However, I am unable to decrypt it. How can I decrypt the parameter to access its original value?
Hi Nicholas,
As far as I know, it is only possible to decrypt an encrypted value within a script so that it can be used again to a limited extent. An alternative would be not to encrypt the value at all…
By design only the Jobserver processes (viNetworkService) have access to the private key of the environmnt. So this process is the only one able to decrypt encrpted values. This means scripts, which are…
Isn't that the same question as in your other thread here? How to decrypt a Configuration Parameter in the script?
Hi Nicholas,
As far as I know, it is only possible to decrypt an encrypted value within a script so that it can be used again to a limited extent. An alternative would be not to encrypt the value at all, for example...
It may be possible to solve the problem directly via SQL.
What exactly is your use case?
Best regards
Marco
I am using a script to call an API, and to do so, I need to send a secret value stored in the configuration parameters to the API.
I am using a script to call an API, and to do so, I need to send a secret value stored in the configuration parameters to the API.