-
Notifications
You must be signed in to change notification settings - Fork 28
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
feat: Update cluster defaults package with network policies #866
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm
Doing a deeper review around general 800-53 later tonight |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added a few minor comments
solutions/gke/kubernetes/cluster-defaults/admin-namespaces/networkpolicy.yaml
Show resolved
Hide resolved
solutions/gke/kubernetes/cluster-defaults/admin-namespaces/networkpolicy.yaml
Outdated
Show resolved
Hide resolved
solutions/gke/kubernetes/cluster-defaults/admin-namespaces/networkpolicy.yaml
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
Summary
In order to comply with the
nist-sp-800-53-r5-require-namespace-network-policies
constraint (of NIST SP 800-53 Rev. 5 Policy Controller bundle),cluster-defaults
package required updates to add network policies to thegateway-infra
anddefault
namespaces.gateway-infra
namespace Network PolicyAdded
cluster-defaults/admin-namespaces/networkpolicy.yaml
file to implement network policy in thegateway-infra
namespace.Network policies implement following rules:
default
namespace Network PolicyAdded
cluster-defaults/default-namespace/networkpolicy.yaml
file to implement network policy in thedefault
namespaceNetwork policies implement following rules: