Unable to create pod with GraphQL
Hi I tried to use following command to create a pod to test.
My API_key is with right permissions. I got 500: Internal Server Error. Anyone know why this happens?
2 Replies
turns out Bearer authorization is not supported. should use url?api_key... instead. Shouldn't here be security problems in this approach?
use the api_key, i will get eng to support auth header
its not a security concern since https, someone can't sniff the urls but they will see domain, regardless we will plan to support header as well