eu-federation-gateway-service / efgs-federation-gateway

The goal of this project is to develop the official European solution for the interoperability between national backend servers of decentralised contact tracing applications to combat COVID-19.
Apache License 2.0
59 stars 25 forks source link

Add Migration to Increase `uploader_information_batch_signature` Column Size #277

Closed ubamrein closed 3 years ago

ubamrein commented 3 years ago

Closes: https://github.com/eu-federation-gateway-service/efgs-federation-gateway/issues/276

We increase the column size to 8000 characters, to circumvent the issues of longer RSA keys in the certificates used for signing the uploaded batches. See the linked issue for further details.

f11h commented 3 years ago

@ubamrein , can you please update your branch so that we can merge this PR?