You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 0ed8230
The text was updated successfully, but these errors were encountered: