Skip to main content
Updating Your GCP Account

Learn how to update your GCP account with these steps

Updated over a week ago

Step 1

Navigate to the ‘Account Manager’ tab.

Step 2

Choose the desired GCP account by clicking on the ‘DETAILS’ button.

Step 3

Click on the ‘Actions’ button in the settings of the selected account.

Step 4

Press the ‘Update Credentials’ button.

Step 5

A new window for updating credentials will appear.

Note: In case any information is missing, refer to our user-friendly manual within the application.

The manual will open after you click the “Read manuals” button and will look like this:

Step 5.1

For the first field, you'll see the Account Name. You can not change name.

Step 5.2

Next, you will see the Account type. You cannot change it. This information is displayed according to the type of account you selected when adding an account.

Step 5.3

Select the Access Type (The selected type will be marked with a white dot on a blue background):

  • Read/Write: Enables all functions such as converting to spot, scheduling resources and removing unused resources.

  • Read-Only: Allows you to view resources and possible actions but restricts the main functionality.

Step 5.4

Proceed to Connection. The connection type is pre-selected as Automatic, and a JSON key file will be automatically created by the shell script.

5.4.1

Log in to GCP at https://console.cloud.google.com and open the Shell console.

5.4.2

Run the following .sh script, replacing PROJECT_ID with your GCP Project ID (found in the indicated location on the picture below).

sh <(curl -s https://gcp-uniskai-templates.s3.eu-west-2.amazonaws.com/create_serviceaccount.sh) PROJECT_ID read

5.4.3

Click ‘Authorize’ to authorize Cloud Shell.

5.4.4

Wait for the script to finish successfully. Then, click ‘Open Editor.’

5.4.5

If you've followed all instructions, a JSON file should be ready for download.

Next, download the JSON file:

Step 5.5

Return to Uniskai and upload the created file.

Step 5.6

After uploading the JSON file, you'll see its components in the corresponding field.

Step 5.7

Verify that all data is correct and click the ‘Reconnect Account’ button.

Step 5.8

After reconnecting, a message confirming successful reconnection will be displayed.

Did this answer your question?