Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
6 tasks
TorstenD-SAP opened this issue Jan 25, 2024 · 1 comment
Labels
area/api-gateway Issues or PRs related to api-gateway kind/feature Categorizes issue or PR as related to a new feature.

Comments

@TorstenD-SAP
Copy link

TorstenD-SAP commented Jan 25, 2024

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:

  • Provide unit and integration tests.
  • Provide documentation.
  • Verify if the solution works for both open-source Kyma and SAP BTP, Kyma runtime.
  • If you changed the resource limits, explain why it was needed.
  • Verify that your contributions don't decrease code coverage. If they do, explain why this is the case.
  • Add release notes.

Attachments

@TorstenD-SAP TorstenD-SAP added kind/feature Categorizes issue or PR as related to a new feature. area/api-gateway Issues or PRs related to api-gateway labels Jan 25, 2024
@strekm
Copy link
Collaborator

strekm commented Mar 20, 2024

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 gardener/cert-management#168 PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/api-gateway Issues or PRs related to api-gateway kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants