Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CORS-3261: GCP cluster api add disk encryption #8222

Merged
merged 1 commit into from Apr 16, 2024

Commits on Apr 1, 2024

  1. CORS-3261: GCP cluster api add disk encryption

    ** Add the disk encryption key information for the CAPG machines. The new feature
    includes the encryption for bootstrap as well as control plane machines created by the
    gcp cluster api provider.
    
    ** Note: CAPG supports Customer Managed (CMEK) and Customer Supplied (CSEK) Keys. The installer only
    supports Customer Supplied Keys.
    ** Note: CAPG supports multiple disks through the GCPMachine.Spec.AdditionDisks, but the installer
    only uses a single disk, so this PR will not fill out the disk encryption data for multiple disks.
    barbacbd committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    6bbaa07 View commit details
    Browse the repository at this point in the history