Skip to content

Commit

Permalink
feat(storage): enable at-rest encryption on storage container
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Oct 16, 2024
1 parent c950764 commit 379aad9
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1331,6 +1331,10 @@ func NewStorageContainer(cr *model.CryostatInstance, imageTag string, tls *TLSCo
Name: "IP_BIND",
Value: "0.0.0.0",
},
{
Name: "REST_ENCRYPTION_ENABLE",
Value: "1",
},
}

mounts := []corev1.VolumeMount{
Expand Down

0 comments on commit 379aad9

Please sign in to comment.