serverless / serverless-kubeless

This plugin enables support for Kubeless within the Serverless Framework.
Apache License 2.0
303 stars 80 forks source link

Fixed access-token expiry issues and improved error handling #171

Closed mpalumbo7 closed 5 years ago

mpalumbo7 commented 5 years ago

Fixes #168

Added a null check for userInfo.user['auth-provider'].config.expiry and error handling for Kubeless config requests that return unauthorized.