As identified here, GCP Instructions don't work on serverless.
Preconditions
Serverless environment
To Reproduce
Steps to reproduce the behavior:
Log in a Serverless environment with an user with Fleet access
Attempt to install CSPM Integration -> Select GCP -> Single account
Advanced options -> Select Agentless
Replace <PROJECT_ID> with a project and copy the config command
Click Launch Cloud Shell and Paste the copied command
Confirm the following Error appears:
gcloud config set project my-project ./deploy_service_account.sh
ERROR: (gcloud.config.set) unrecognized arguments: ./deploy_service_account.sh
To search the help text of gcloud commands, run:
gcloud help -- SEARCH_TERM
Expected behavior
The correct command should be:
gcloud config set project my-project && ./deploy_service_account.sh
Describe the bug
As identified here, GCP Instructions don't work on serverless.
Preconditions
To Reproduce Steps to reproduce the behavior:
<PROJECT_ID>
with a project and copy the config commandExpected behavior
The correct command should be:
Version
Serverless build 80725 Kibana Commit 0ed82309e22a7fc8ac067c1dbf2c378735f86855