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

🤖 Sync from open-cluster-management-io/policy-collection: #469 #60

Merged
merged 1 commit into from
Apr 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,6 @@ spec:
kinds:
- ConfigurationPolicy
- CertificatePolicy
- IamPolicy
namespaceSelector:
matchExpressions:
- key: policy.open-cluster-management.io/isClusterNamespace
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ policyDefaults:
standards:
- NIST SP 800-53
policies:
#- name: policy-limitclusteradmin # iam policy not supported by the generator
# manifests:
# - path: input-admin/policy-limitclusteradmin.yaml
- name: policy-remove-kubeadmin
categories:
- SC System and Communications Protection
Expand Down
1 change: 0 additions & 1 deletion stable/AC-Access-Control/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ See [NIST Special Publication 800-53 (Rev. 4)](https://nvd.nist.gov/800-53/Rev4/

Policy | Description | Prerequisites
------- | ----------- | -------------
[policy-limitclusteradmin](../AC-Access-Control/policy-limitclusteradmin.yaml) | Limit the number of cluster administrator for Openshift users. |
[policy-role](../AC-Access-Control/policy-role.yaml) | Ensures that a role exists with permissions as specified. |
[policy-rolebinding](../AC-Access-Control/policy-rolebinding.yaml) | Ensures that an entity is bound to a particular role. |

Expand Down
43 changes: 0 additions & 43 deletions stable/AC-Access-Control/policy-limitclusteradmin.yaml

This file was deleted.

1 change: 0 additions & 1 deletion stable/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ Policies in this folder are supported by [Red Hat Advanced Cluster Management fo
### Access Control
Policy | Description | Prerequisites
------- | ----------- | -------------
[policy-limitclusteradmin](./AC-Access-Control/policy-limitclusteradmin.yaml) | Limits the number of cluster administrator Openshift users. |
[policy-role](./AC-Access-Control/policy-role.yaml) | Ensures that a role exists with permissions as specified. |
[policy-rolebinding](./AC-Access-Control/policy-rolebinding.yaml) | Ensures that an entity is bound to a particular role. |

Expand Down