Skip to content

Commit

Permalink
Merge pull request #1822 from akesser/bugfix/encryptionInfo
Browse files Browse the repository at this point in the history
fix: enable encryptionatrest and inCluster
  • Loading branch information
haarchri authored Aug 1, 2023
2 parents f0cb1f7 + eb63109 commit d4de19b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/controller/kafka/cluster/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -754,11 +754,6 @@ func (u *updater) update(ctx context.Context, mg cpresource.Managed) (managed.Ex

if !encryptionUpToDate {
input.EncryptionInfo = generateEncryptionInfo(wanted.EncryptionInfo)

input.EncryptionInfo.EncryptionAtRest = nil // "Updating encryption-at-rest settings on your cluster is not currently supported."
if input.EncryptionInfo.EncryptionInTransit != nil {
input.EncryptionInfo.EncryptionInTransit.InCluster = nil // "Updating the inter-broker encryption setting on your cluster is not currently supported."
}
}

_, err := u.client.UpdateSecurityWithContext(ctx, input)
Expand Down

0 comments on commit d4de19b

Please sign in to comment.