-
Notifications
You must be signed in to change notification settings - Fork 292
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
Remove built-in kubectl, filters, defaultNamespace, fix list bugs #1026
Conversation
9fd717d
to
62cd856
Compare
You have successfully added a new Trivy configuration |
62cd856
to
6e8f413
Compare
fce2753
to
b96b8d8
Compare
b96b8d8
to
feebe04
Compare
@pkosiec After rebase, I see that the name in the permission error is the one that we "hardcoded" on the backend. What should I do? Replace that in e2e test assertion? or maybe we should remove the hardcoded one and instead use the same name that was configured for group 🤔 ? |
@mszostok yes, unfortunately K8s API returns just the username for authorization erorrs, without group name 😞 Both options work for me (updating assertions or adding static user name for test cases - no need to bind anything, just specify static user for |
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, just one open question about help 👍
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
e67bd37
to
363a479
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.
👌 perfect!
363a479
to
bb0c839
Compare
Description
Changes proposed in this pull request:
Testing
Tested e2e.
Related issue(s)
Fix #1003