Skip to content

Commit

Permalink
[#153296456] Updated credhub_key_encryption_passwords property.
Browse files Browse the repository at this point in the history
Signed-off-by: Kenneth Lakin <[email protected]>
  • Loading branch information
navdeep-pama authored and klakin-pivotal committed Nov 30, 2017
1 parent 8b94090 commit 21be544
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
12 changes: 8 additions & 4 deletions deploy_pcf/2.0/ert-configure.json.erb
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,14 @@
"type": "boolean",
"value": true
},
".properties.credhub_key_encryption_password": {
"value": {
"secret": <%= (ENV.fetch('DEFAULT_OPSMAN_PASSWORD') * 3)[0..25].dump %>
}
".properties.credhub_key_encryption_passwords": {
"value": [
{
"name": "primary-encryption-key",
"key": { "secret": <%= (ENV.fetch('DEFAULT_OPSMAN_PASSWORD') * 3)[0..25].dump %> },
"primary": true
}
]
},
".properties.haproxy_forward_tls": {
"value": "disable"
Expand Down
12 changes: 8 additions & 4 deletions deploy_pcf/2.0/gcp_cf_properties.json.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,14 @@
}
]
},
".properties.credhub_key_encryption_password": {
"value": {
"secret": <%= (ENV.fetch('DEFAULT_OPSMAN_PASSWORD') * 3)[0..25].dump %>
}
".properties.credhub_key_encryption_passwords": {
"value": [
{
"name": "primary-encryption-key",
"key": { "secret": <%= (ENV.fetch('DEFAULT_OPSMAN_PASSWORD') * 3)[0..25].dump %> },
"primary": true
}
]
},
".properties.security_acknowledgement": {
"value": "X"
Expand Down

0 comments on commit 21be544

Please sign in to comment.