Skip to content

Commit ffba515

Browse files
committed
add to rotate master key and parameters
1 parent b1a50a1 commit ffba515

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/pages/docs/administration/managing-infrastructure/rotate-master-key.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Octopus [encrypts important and sensitive data](/docs/security/data-encryption)
2323
- Sensitive variable values, wherever you have defined them.
2424
- Sensitive values in your deployment processes, like the password for a custom IIS App Pool user account.
2525
- Sensitive values in your deployment targets, like the password for creating [Offline Drops](/docs/infrastructure/deployment-targets/offline-package-drop).
26+
- Sensitive values in your process templates, like the default value for a sensitive/password box parameter.
2627

2728
## Rotating the Master Key
2829

src/pages/docs/platform-hub/process-templates/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ Process Templates can manage the following as parameters.
6868
- Generic OIDC Account
6969
- Google Cloud Account
7070
- Multi-line text box
71+
- Sensitive/password box
7172
- Single-line text box
7273
- Target Tags
7374
- Teams
@@ -90,12 +91,17 @@ You can set an optional default value for these parameters:
9091
- Multi-line text
9192
- Dropdown
9293
- Checkbox
94+
- Sensitive/password box
9395
- AWS Account
9496
- Azure Account
9597
- Generic OIDC Account
9698
- Google Cloud Account
9799
- Username Password Account
98100

101+
:::div{.hint}
102+
The ability to add default values for Sensitive/password box parameters is available from **Octopus 2026.1**. Unlike the other parameters, sensitive default values are stored securely in the database with a unique GUID identifier. This identifier is used in the process template to reference the default sensitive value in the database. Because of this approach, sensitive default values are supported in CaC workflows. Scoping for Sensitive/password box parameters is not currently supported.
103+
:::
104+
99105
You cannot set a default value for these parameters, they must be set inside a project:
100106

101107
- Certificate

0 commit comments

Comments
 (0)