Hello everyone!
I have a few variables in Settings>Job Settings>Extra Environment Variables, which should be encrypted.
I kindly ask if there is any chance to encrypt the mentioned variables.
Hello everyone!
I have a few variables in Settings>Job Settings>Extra Environment Variables, which should be encrypted.
I kindly ask if there is any chance to encrypt the mentioned variables.
bump
Not speaking as an expert, but IMHO an environment variable is not by itself encrypted, it’s value is text that can be seen by whomever or whatever has the rights to view the values of environment variables. There is nothing stopping a process encrypting the string prior to setting it as the value of an environment variable and then provisioning the intended consumer of this environment variable with the means to decrypt it.
If these variables contain sensitive data, it would be better to create a custom credential that injects these environment variables
AWX Team
Thanks, it works!