Skip to content

Commit

Permalink
Remove iam-policy
Browse files Browse the repository at this point in the history
Ref: https://issues.redhat.com/browse/ACM-10859
Signed-off-by: yiraeChristineKim <[email protected]>
  • Loading branch information
yiraeChristineKim authored and openshift-merge-bot[bot] committed Apr 19, 2024
1 parent f9590a7 commit 8432cae
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 70 deletions.
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 [Security and Privacy Controls for Information Systems and Organizations, Re

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 organized by [NIST Special Publication 800-53](https
### 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

0 comments on commit 8432cae

Please sign in to comment.