-
Notifications
You must be signed in to change notification settings - Fork 27
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
Circumvent insecure secrets listing #138
Circumvent insecure secrets listing #138
Conversation
@mowoe Thanks, it seems like a valid solution for a workaround. I will review the PR till the end of the day. Could you please sign your commits using the |
9885736
to
543976f
Compare
Signed-off-by: Moritz Woermann <[email protected]>
Signed-off-by: Moritz Woermann <[email protected]>
… not the case Signed-off-by: Moritz Woermann <[email protected]>
Co-authored-by: Stephan Krull <[email protected]> Signed-off-by: Moritz Wörmann <[email protected]> Signed-off-by: Moritz Woermann <[email protected]>
Co-authored-by: Stephan Krull <[email protected]> Signed-off-by: Moritz Wörmann <[email protected]> Signed-off-by: Moritz Woermann <[email protected]>
543976f
to
b9608e1
Compare
Thanks @nabokihms for the lightning fast response, i signed the commits now. |
Signed-off-by: Moritz Woermann <[email protected]>
0a1c587
to
aef782b
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.
Two NITs left. The more important thing is that the branch is too far behind the master. Could you rebase it on the actual master to trigger CI?
@mowoe don't mind chart testing, they should fail 🙂 |
Co-authored-by: Maksim Nabokikh <[email protected]> Signed-off-by: Moritz Wörmann <[email protected]> Signed-off-by: Moritz Woermann <[email protected]>
Co-authored-by: Maksim Nabokikh <[email protected]> Signed-off-by: Moritz Wörmann <[email protected]> Signed-off-by: Moritz Woermann <[email protected]>
…exporter into feature/circumvent-insecure-secrets-listing Signed-off-by: Moritz Woermann <[email protected]>
Signed-off-by: Moritz Woermann <[email protected]>
fef7066
to
f4fa9a3
Compare
Signed-off-by: Moritz Woermann <[email protected]>
@nabokihms should finally be okay now, can you approve the CI runs again? 🙂 |
@mowoe thanks for the contribution. LGTM! |
This is a workaround for the issue described in #7 which allows the exporter to run when no secret access is present in the ClusterRole.
It just prints a warning about this, but continues to work other than that.