kyma-project / api-gateway

Apache License 2.0
4 stars 26 forks source link

Change private key size of the certificate of the default API Gateway to 4096 bits #839

Open TorstenD-SAP opened 6 months ago

TorstenD-SAP commented 6 months ago

Description

The size of the private key used for the default certificate (kyma-gateway-certs) of the default API Gateway (kyma-gateway) must be set to 4096bits. Atm, it defaults to the value of 2048bits.

Reasons

SAP Security Requirement

DoD:

Attachments

strekm commented 4 months ago

API Gateway module does not use cert-manager.io. instead gardener certificate management is used. atm it is not possible to configure key size but gardener guys are working on it in https://github.com/gardener/cert-management/pull/168 PR.