Skip to content

Commit

Permalink
Extend certificate key size of kyma-gateway to 4096 (#1357)
Browse files Browse the repository at this point in the history
* Extend certificate key size of kyma gateway to 4096

* Create 2.8.0.md
  • Loading branch information
barchw authored Oct 8, 2024
1 parent 4ae358b commit 2dbd8b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/release-notes/2.8.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## New Features

- Increase certificate key size of `kyma-gateway` to 4096 [#1357](https://github.com/kyma-project/api-gateway/pull/1357)
3 changes: 3 additions & 0 deletions internal/reconciliations/gateway/certificate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ metadata:
spec:
secretName: {{.SecretName}}
commonName: "*.{{.Domain}}"
privateKey:
size: 4096

0 comments on commit 2dbd8b4

Please sign in to comment.