Authenticate without service account json
-
We have hosted a wordpress website in Google Kubernetes Engine cluster inside a docker container. We have a cloud storage bucket in the same project. we can upload to that cloud storage using custom code inside a plugin without passing project id
$this->storageClient = new StorageClient();
Can we upload the file without service.json file using this plugin? Which method we need to override?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Authenticate without service account json’ is closed to new replies.