-
Notifications
You must be signed in to change notification settings - Fork 71
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
Enable SCC access logging if scc_access_logging
variable is set
#1519
Enable SCC access logging if scc_access_logging
variable is set
#1519
Conversation
This will enable the SCC access logger in testing deployments
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.
See nitpicks
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.
Please, review my comments.
The most important request is to don't enable this by default.
But there are other request that I would guess are critical for the correct behavior, like how we modify values in the containerized server.
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.
Looks good
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.
Nope sorry we shouldn't enable by default for all servers. Oscar's review is more thorough
These changes can't be finalized at the moment.
Co-authored-by: Oscar Barrios <obarrios@suse.com>
The code before had some mistakes and bad design.
…aform Merged current changes from suggestions.
Changed to a capital E
Applied some improvements to taskomatic.sls and tomcat.sls
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.
Thank you so much. LGTM.
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.
LGTM - Thanks Marc !
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.
LGTM. Thank you, Marc!
Concerns already addressed and reviewed again by other team members.
Now scc access logging can be enabled and will edit the right files
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.
LGTM
scc_access_logging
variable is set
Added spaces Co-authored-by: Oscar Barrios <obarrios@suse.com>
This will enable the SCC access logger in testing deployments on the server if the variable
scc_access_logging
is defined in the terraform configuration file. This additional logging is needed for additional tests against SCC flooding in the test suite.