Control: 1.15 Ensure API keys are rotated every 90 days
Description
It is recommended to rotate API keys every 90 days.
Security risks involved in using API-Keys appear below:
- API keys are simple encrypted strings
- API keys do not identify the user or the application making the API request
- API keys are typically accessible to clients, making it easy to discover and steal an API key
In light of these potential risks, Google recommends using the standard authentication flow instead of API keys. However, there are limited cases where API keys are more appropriate. For example, if there is a mobile application that needs to use the Google Cloud Translation API, but doesn't otherwise need a backend server, API keys are the simplest way to authenticate to that API.
Once a key is stolen, it has no expiration, meaning it may be used indefinitely unless the project owner revokes or regenerates the key. Rotating API keys will reduce the window of opportunity for an access key that is associated with a compromised or terminated account to be used.
Remediation
API keys should be rotated to ensure that data cannot be accessed with an old key that might have been lost, cracked, or stolen.
From Console
To find the listed API Keys with creation date
- Login to APIs & Services\Credentials
- In the section
API Keys
, Click theAPI Key Name
. The API Key properties display on a new page. - The page will display the
Creation date
- For every
API Key
exceeded the threshold90
days, ensure below - Click REGENERATE KEY to rotate API key from the top section of the page.
- Click Save.
Usage
Run the control in your terminal:
powerpipe control run gcp_compliance.control.cis_v120_1_15
Snapshot and share results via Turbot Pipes:
powerpipe loginpowerpipe control run gcp_compliance.control.cis_v120_1_15 --share
SQL
This control uses a named query:
iam_api_key_age_90