You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To enhance the security and governance of our Kubernetes resources, we need to implement an edit protection feature. This will involve enabling a specific label app.edp.epam.com/edit-protection: delete-update on the operator resources. When this label is set, it should prevent any modifications to the corresponding resources by users.
Acceptance Criteria
The label app.edp.epam.com/edit-protection: delete-update must be recognized by the operator.
When the label is set, any attempts to modify the corresponding resource should be blocked, and the user should be informed that the resource is protected from edits.
Proper validation and tests must be implemented to ensure that the edit protection feature works as expected across all specified resource kinds.
Documentation should be updated to include details about the edit protection feature, how to enable it, and its implications.
The text was updated successfully, but these errors were encountered:
To enhance the security and governance of our Kubernetes resources, we need to implement an edit protection feature. This will involve enabling a specific label
app.edp.epam.com/edit-protection: delete-update
on the operator resources. When this label is set, it should prevent any modifications to the corresponding resources by users.Acceptance Criteria
app.edp.epam.com/edit-protection: delete-update
must be recognized by the operator.The text was updated successfully, but these errors were encountered: