-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Update audit configuration description #3269
Conversation
@@ -689,7 +689,8 @@ Each audit log contains two entries: | |||
.. The source IP of the request | |||
.. The HTTP method being invoked | |||
.. The original user invoking the operation | |||
.. The impersonated user for the operation | |||
.. The impersonated user for the operation (`self` meaning himself here) |
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.
@soltysh Is it accurate to say that self means the user's self?
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.
It's basically himself. When you're not using --as
flag you're acting as yourself, this is when self
will show up here, which is most of the time. When you do specify --as
flag for any command this will be the username which you specified as the flag value. I hope that makes sense :)
@soltysh Thank you! I can do some minor style edits in a follow-up PR. |
[rev_history] |
With k8s 1.4 we switched to using upstream audit mechanics, which gave us a few additional options. I've updated the description with those new options.
@ahardin-rh ptal