< All Topics

Google Storage Configuration using JSON Authentication Key

Google Storage configuration with NirvaShare can be done using Authentication key obtained from GCP. In this document, we will look in to how to create the key and and configure the storage in NirvaShare.

Authentication Key

To configure the GCP storage in NirvaShare,  please follow below steps.

  • Open IAM service or go to URL https://console.cloud.google.com/iam-admin.
  • From the left menu, click on Service Accounts, this will list the existing service accounts if any.
  • Click on Create New Service Account.
  • Provide necessary details like name, id, etc and click on Create and continue.
google storage
  • Click the Select a role field.
  • Under Quick access, click Basic, then click Owner.
  • Click Continue.
  • Click Done to finish creating the service account.

role
  • From the Service Account list, select the one that we created.
  • On the top, click on Keys tab.
  • Let us create a new key, from the ADD KEY menu, click on Create New Key.
newKey
  • For Key Type, select JSON and click on CREATE.
  • This will download a json file, keep this file safely.
  • This JSON content is needed while configuring storage in NirvaShare.
  • During the course of NirvaShare configuration which will be discussed in the next secton, copy paste the content of this JSON file for the storage details.

Storage Configuration

The obtained JSON authentication key will have to be configured with NirvaShare to provide access to the storage and the below mentioned steps must be followed.

  • Login to Admin Console of NirvaShare.
  • Click on Settings in the left menu.
  • Edit the File Storage under the settings page.
  • Select Google Cloud Storage
  • Provide the JSON Authentication key.
  • Click on TEST to validate the access to storage.
  • Save it.
storage
Table of Contents