arun-a-nayagam
Results
2
issues of
arun-a-nayagam
I use oauth_client_credentials to specify the token endpoint, client id and secret. I see this error, ``` │ Error: Post "https://token.com/auth/oauth/v2/token": x509: certificate signed by unknown authority │ │ with...
help wanted
Hi, Here's how my datasource object looks like, ``` data "restapi_object" "app_scripted_demo_client" { provider = restapi.restapi_oauth path = "/Applications" search_key = "Name" search_value = "Scripted Demo Client 1" id_attribute =...