There is a limitation in ACM policies that the combination of the namespace + the name must not exceed 63 characters since ACM labels replicated policies and kubernetes labels are limited to 63 characters.
If you deploy a policy using Argo CD or via `oc apply -f ` with a combination that exceeds this limit the policy will fail to be activated however there is no status message in the policy indicating that the issue is due to the length. Instead the user will only figure this out if they edit the policy in the UI which will vaildate the length.
The policy controller should validate the length as well and update the status block accordingly.
- is cloned by
-
ACM-4394 No validation if name + namespace exceeds 63 characters and Policy applied via CLI or Gitops
-
- Closed
-