Skip to content

[backport 2.0] GCP infra manager link - #17255

Closed
amirbenun wants to merge 7 commits into
backport-cloud_security_posture-2.0from
fix-gcp-cloud-shell-url-csp-2-0
Closed

[backport 2.0] GCP infra manager link#17255
amirbenun wants to merge 7 commits into
backport-cloud_security_posture-2.0from
fix-gcp-cloud-shell-url-csp-2-0

Conversation

@amirbenun

Copy link
Copy Markdown
Contributor

Backport of #17036 to cloud_security_posture 2.0.x (Kibana 8.19.x)

Summary

  • Updated CloudShell URL to use main branch and infrastructure-manager workspace path

Original PR

#17036

Made with Cursor

Co-authored-by: Cursor <cursoragent@cursor.com>
Copilot AI review requested due to automatic review settings February 5, 2026 13:33

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR backports changes from #17036 to the 2.0.x branch (Kibana 8.19.x), updating the GCP CloudShell URL to use the main branch and a new infrastructure-manager workspace path instead of the previous deployment-manager path.

Changes:

  • Updated GCP CloudShell URL to reference "main" branch instead of "8.19"
  • Changed workspace path from "deploy/deployment-manager" to "deploy/infrastructure-manager/gcp-elastic-agent"
  • Bumped package version from 2.0.1 to 2.0.2

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
packages/cloud_security_posture/manifest.yml Updated version to 2.0.2 and modified GCP CloudShell URL with new branch and workspace path
packages/cloud_security_posture/changelog.yml Added changelog entry for version 2.0.2 documenting the GCP infrastructure manager link update

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

show_user: false
description: A URL to CloudShell for creating a new deployment
default: https://shell.cloud.google.com/cloudshell/?ephemeral=true&cloudshell_git_repo=https%3A%2F%2Fgithub.com%2Felastic%2Fcloudbeat&cloudshell_git_branch=8.19&cloudshell_workspace=deploy%2Fdeployment-manager&show=terminal
default: https://shell.cloud.google.com/cloudshell/?ephemeral=true&cloudshell_git_repo=https%3A%2F%2Fgithub.com%2Felastic%2Fcloudbeat&cloudshell_git_branch=main&cloudshell_workspace=deploy%2Finfrastructure-manager%2Fgcp-elastic-agent&show=terminal

Copilot AI Feb 5, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The GCP CloudShell URL is using "main" branch while this is a backport to the 2.0.x branch which is for Kibana 8.19.x. This creates an inconsistency within the same file where the Azure ARM template URL (line 171) still references the "8.19" branch. Consider whether the GCP URL should also use "8.19" branch instead of "main" to maintain consistency and ensure compatibility with Kibana 8.19.x, or if the Azure URL should also be updated to use a different branch.

Suggested change
default: https://shell.cloud.google.com/cloudshell/?ephemeral=true&cloudshell_git_repo=https%3A%2F%2Fgithub.com%2Felastic%2Fcloudbeat&cloudshell_git_branch=main&cloudshell_workspace=deploy%2Finfrastructure-manager%2Fgcp-elastic-agent&show=terminal
default: https://shell.cloud.google.com/cloudshell/?ephemeral=true&cloudshell_git_repo=https%3A%2F%2Fgithub.com%2Felastic%2Fcloudbeat&cloudshell_git_branch=8.19&cloudshell_workspace=deploy%2Finfrastructure-manager%2Fgcp-elastic-agent&show=terminal
Copilot uses AI. Check for mistakes.
@andrewkroh andrewkroh added the Integration:cloud_security_posture Security Posture Management label Feb 5, 2026
amirbenun and others added 3 commits February 8, 2026 09:47
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Fix CI failure caused by Go 1.24.2 no longer being available for download.

Co-authored-by: Cursor <cursoragent@cursor.com>
@amirbenun
amirbenun requested a review from a team as a code owner February 8, 2026 12:51
amirbenun and others added 3 commits February 8, 2026 15:12
GVM v0.5.2 uses the old storage.googleapis.com URL format which now
returns 403 errors. GVM v0.6.0 uses go.dev/dl which properly redirects
to the working download URLs.

Also update .go-version to 1.25.7 (current stable).

Co-authored-by: Cursor <cursoragent@cursor.com>
@elastic-vault-github-plugin-prod

Copy link
Copy Markdown
Contributor

🚀 Benchmarks report

To see the full report comment with /test benchmark fullreport

@elasticmachine

Copy link
Copy Markdown

💚 Build Succeeded

History

@amirbenun amirbenun closed this Feb 8, 2026
@amirbenun amirbenun reopened this Feb 23, 2026
@amirbenun amirbenun closed this Feb 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Integration:cloud_security_posture Security Posture Management

4 participants