sc-alscient
sc-alscient
Thanks for this
Now I have fixed this problem, I am seeing issues with the links being over 2048 characters. See https://github.com/benkehoe/sfn-callback-urls/issues/7#issuecomment-760358496. Not sure if prior to your most recent update they were...
After making these changes, the KEY_ID env var needs to be set to the Key Arn, not ID. If that isn't done, the link will be encrypted correctly but fail...
In order to get round the 2048 character limit I had to change the algorithm used to encrypt the string from the default (which uses signing) to unsigned. This is...
I have come across a very similar error. I am not sure though if it is due to the changes made mentioned here https://github.com/benkehoe/sfn-callback-urls/issues/8 The URL's that are sent are...