Skip to content

Commit

Permalink
fix: Update gke-custom-org-policy README. (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuyang-deng authored Oct 31, 2024
1 parent ee400f9 commit c3374ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gke-custom-org-policy/samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ gcloud org-policies set-policy gke_custom_org_policy.yaml

The following samples pertain to [GKE Control Plane Authority](https://cloud.google.com/kubernetes-engine/docs/concepts/about-control-plane-authority). Note: This is a general availability feature or capability that's only available to use on request. To use this feature, contact your Google Cloud account team.

* [control_plane_user_managed_keys.yaml](control-plane-authority/control_plane_user_managed_keys.yaml)
* [control_plane_user_managed_keys_must_start_with_project_id.yaml](control-plane-authority/control_plane_user_managed_keys_must_start_with_project_id.yaml)
* [control_plane_user_managed_keys_must_exist.yaml](control-plane-authority/control_plane_user_managed_keys_must_exist.yaml)
* [control_plane_ssh_logs.yaml](control-plane-authority/control_plane_ssh_logs.yaml)
* [control_plane_network_connection.yaml](control-plane-authority/samples/control_plane_network_connection.yaml)

Note that constraint defined in file [control_plane_user_managed_keys_must_exist.yaml](control-plane-authority/control_plane_user_managed_keys_must_exist.yaml) only requires user managed CAs and keys exist, but constriant defined in file [control_plane_user_managed_keys_must_start_with_project_id.yaml](control-plane-authority/control_plane_user_managed_keys_must_start_with_project_id.yaml) also requires those CAs and keys to be housed in specific project.

0 comments on commit c3374ea

Please sign in to comment.