I was working on integrating serverless functions with OpenWhisk, but after I set the wsk property as given in the hypi docs, where I get the response:
ok: whisk auth set. Run ‘wsk property get –auth’ to see the new value.
ok: whisk API host set to https://fn.hypi.app
there seems to be a problem with the authorization, as running wsk list -v gets the error
{“error”:“Invalid authorisation use: wsk property set –apihost ‘https://fn.hypi.app’ –auth ‘:’”,“code”:“01FAJPQE564GS2E2BMRQCMT7F4”}
error: Unable to obtain the list of entities for namespace ‘default’: Invalid authorisation use: wsk property set –apihost ‘https://fn.hypi.app’ –auth ‘:’ (code 01FAJPQE564GS2E2BMRQCMT7F4)
which is also present when I try to create an OpenWhisk action. Is there a solution to this?
Thank you for the help