Remediation
From Google Cloud Consoleβ
Delete any external (user-managed) Service Account Key older than 90 days:
- Go to
APIs & Services\Credentials
using https://console.cloud.google.com/apis/credentials - In the Section
Service Account Keys
, for every external (user-managed) service account key wherecreation date
is greater than or equal to the past 90 days, clickDelete Bin Icon
toDelete Service Account key
Create a new external (user-managed) Service Account Key for a Service Account:
- Go to
APIs & Services\Credentials
using https://console.cloud.google.com/apis/credentials - Click
Create Credentials
andSelect Service Account Key
. - Choose the service account in the drop-down list for which an External (user-managed) Service Account key needs to be created.
- Select the desired key type format among
JSON
orP12
. - Click
Create
. It will download theprivate key
. Keep it safe. - Click
Close
if prompted. - The site will redirect to the
APIs & Services\Credentials
page. Make a note of the newID
displayed in theService account keys
section.