-
The feature requestHi! We recently learned about a GKE security issue and about the proposed fix, which is a Custom Organization Policy. We are looking for the preferred way of deploying custom organization policies in our GCP organization using the GCP Fast framework. An example policy for the GKE looks like this according to the GCP support: name: >-
organizations/1001108820753/customConstraints/custom.disableKubeletReadOnlyPort
resource_types: container.googleapis.com/Cluster
method_types:
- CREATE
- UPDATE
condition: resource.nodeConfig.kubeletConfig.insecureKubeletReadonlyPortEnabled == true
action_type: DENY
display_name: Disable Kubelet Read-Only Port 10255
description: Disallows the use of Kubelet read-only port 10255 to enhance security Can you please provide instructions on how can we deploy a custom policy in addition to the managed policies using the framework? Proposed solutionAdditional contextNo response |
Beta Was this translation helpful? Give feedback.
Answered by
juliocc
Feb 13, 2025
Replies: 1 comment 6 replies
-
Does this help? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Added support to Fabric and FAST in #2869, #2876 and #2884