Splunk Add-on REST Handler ERROR[1021]: Fail to decrypt the encrypted credential information - Failed to get credentials
The JSON object that I am getting from my Google Service account appears to not be working correctly. Does anyone else have this issue or know how to solve it?
{
"type": "service_account",
"project_id": "<MY SPLUNK PROJECT>",
"private_key_id": "<MY PK ID>",
"private_key": "-----BEGIN PRIVATE KEY-----\<MY PRIVATE KEY>\n-----END PRIVATE KEY-----\n",
"client_email": "<splunk>@<splunk>-splunk-project.iam.gserviceaccount.com",
"client_id": "<MY CLIENT ID>",
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
"token_uri": "https://accounts.google.com/o/oauth2/token",
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
"client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/<MY-SPLUNK-URL>"
}
... View more