You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lagoon_api_token and lagoon_api_endpoint are required parameters to all API requests and if not provided the play fails with an unhelpful message TypeError: a bytes-like object is required, not 'str'. We should make sure that these are handled properly and a usable error message is provided.
We should look to try and do the following:
Set a default value for lagoon_api_endpoint
Attempt to generate a token with host configuration - lagoon will respond with a token via SSH
lagoon_api_token
andlagoon_api_endpoint
are required parameters to all API requests and if not provided the play fails with an unhelpful messageTypeError: a bytes-like object is required, not 'str'
. We should make sure that these are handled properly and a usable error message is provided.We should look to try and do the following:
lagoon_api_endpoint
The text was updated successfully, but these errors were encountered: