Error adding gps repository

I'am getting error

PUT /_snapshot/found-snapshots
{
  "type": "gcs",
  "settings" : {
    "bucket": "BUCKETID",
    "base_path": "snapshots/BASE_PATH",
    "access_key": "ACCESS",
    "secret_key": "SECRET",
    "server_side_encryption": "true",
    "compress": "true"
  }
}

{
  "error": {
    "root_cause": [
      {
        "type": "blob_store_exception",
        "reason": "Unable to check if bucket [BUCKETID] exists"
      }
    ],
    "type": "repository_exception",
    "reason": "[found-snapshots] cannot create blob store",
    "caused_by": {
      "type": "blob_store_exception",
      "reason": "Unable to check if bucket [BUCKETID] exists",
      "caused_by": {
        "type": "security_exception",
        "reason": "access denied (\"java.io.FilePermission\" \"/home/founduser/.config/gcloud/active_config\" \"read\")"
      }
    }
  },
  "status": 500
}

Can you clarify exactly what platform you are using and what steps you took to get this error?

Thanks

Alex

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.