irods / irods_client_aws_lambda_s3

1 stars 3 forks source link

ssl cert string fails when >4k in length #8

Closed trel closed 4 years ago

trel commented 4 years ago

Amazon Parameter Store secrets are limited to 4k in length.

A sufficiently long certificate chain file can be longer than 4k and will not fit.

Need to find a workaround - easiest will be to load a relative path of a cert located in the Lambda package.