-
Notifications
You must be signed in to change notification settings - Fork 91
ingress access logging toggle added #216
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
base: main
Are you sure you want to change the base?
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: alvlkov The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@alvlkov What is the process on the MCS side to ensure you revert the ingress access logging after a time period? Adding ingress access logging can result in additional resource usage, we want to ensure this is something that is disabled again after analysis is done. |
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.
Removed httpLogFormat from toggle response and fixed ACCESS_LOGGING variable reference
AFAIK there is no specific process to ensure this. |
Removed httpLogFormat from toggle response and fixed ACCESS_LOGGING variable reference Co-authored-by: Leszek Jakubowski <[email protected]>
/retest |
@alvlkov: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Can we ensure that's the case? |
We are documenting all MCS/CEE scripts here. This specific script, once approved/merged, will be added to the mentioned doc. Additionally, it will be marked as CRU-only script. These scripts impact clusters and must be executed by a CRU (Critical Response Unit) member. We can further add additional note explicitly requiring to toggle off the access logging once CRU activity is finished. Thanks |
LGTM for the code. Pending compliance review for merge https://issues.redhat.com/browse/HCMSEC-611. /lgtm |
/hold for compliance review https://issues.redhat.com/browse/HCMSEC-611. |
What type of PR is this?
feature
What this PR does / Why we need it?
This script provides a toggle for enabling/disabling ingress access logging within the default ingress
Which Jira/Github issue(s) does this PR fix?
_Resolves #OSD-23991
Special notes for your reviewer
Validated within stage Classic ROSA
Verified logs container is created/removed when toggle is set accordingly.
Pre-checks (if applicable)