awslabs / ssosync

Populate AWS SSO directly with your G Suite users and groups using either a CLI or AWS Lambda
Apache License 2.0
530 stars 182 forks source link

SCIMEndpointAccessToken too long #211

Closed xelfer closed 3 months ago

xelfer commented 3 months ago

image

My SCIMEndpointAccessToken freshly generated by AWS is 603 characters.

The template.yaml seems to match 500-600 characters. My last deploy of this a month ago seemed to work fine and I checked and that token was 583 characters long.

Application is undeployable for me due to this. Creating PR to fix.

xelfer commented 3 months ago

Thanks for merging @ChrisPates - how long til that hits SAR?

ChrisPates commented 3 months ago

Assuming, a clean run through the pipelines, early this afternoon.

You see a new release on the code repo and about an hour later, you should see a build of the same version in the SAR repo.

xelfer commented 3 months ago

wonderful, thank you!

ChrisPates commented 3 months ago

SAR release is now available.

xelfer commented 3 months ago

Thanks, confirmed deployed and working. Appreciate your help @ChrisPates