Search Documentation
Table of Contents
< 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 existing service accounts if any.
  • Click on Create New Service Account 
  • Provide necessary detail like name, id, etc and click on Create and continue
create Service Account
  • 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
new key
  • 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 NirvaShare configuration which will be discussed in next secton, copy paste the content of this JSON file for the storage details.

Storage Configuration

The obtained JSON authentication key will have to configured with NirvaShare to provide access to the storage and follow the below steps.

  • Login to Admin Console of NirvaShare.
  • Click on left menu Settings
  • 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