Content Deep Dive
New in 2.0: Sensitive variables
Blog post from Octopus Deploy
Post Details
Company
Date Published
Author
Paul Stovell
Word Count
147
Language
English
Hacker News Points
-
Summary
Sensitive variables have been introduced in Octopus Deploy 2.0 to securely manage configuration data such as passwords, API keys, and encryption keys needed for applications in production. These variables are encrypted in the Octopus database, ensuring they cannot be retrieved through the API or UI, and efforts are made to prevent them from appearing in logs. However, they remain accessible for PowerShell scripts during deployment and can be inserted into configuration files, providing a balance between security and functionality.