-
Notifications
You must be signed in to change notification settings - Fork 418
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
container.security context.privileged boolean #2246
container.security context.privileged boolean #2246
Conversation
Documentation changes preview: https://ecs_2246.docs-preview.app.elstc.co/diff |
193aeba
to
e97f906
Compare
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.
@Tacklebox thanks for fixing this!
Would you just add this PR to the changelog ie
* Added `container.privileged` to indicated whether a container was started in privileged mode. #2219, #2246
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
@ebeahan Do you know if we have any CI checks that could prevent this from happening as this is not a valid type in the first place?
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. Can we also reference this fix in the CHANGELOG.next entry?
AFAIK, surprisingly not. Filed an issue: #2249 |
Anything blocking this from being merged? |
@eyalkoren I assumed it was waiting on an outstanding review from @norrietaylor , but will merge if you all are ready |
My previous PR had the wrong type name.
bool -> boolean