-
Notifications
You must be signed in to change notification settings - Fork 44
Add support for secure commands audit #80
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
I merged your branch to a temporary branch on the repository (https://github.com/draios/python-sdc-client/tree/commands_audit_tmp) and the build succeeded. I'll need to understand why the build fails on forks but succeeds on branches... I'd ask you a favor though: Would you mind moving the changes to examples to a separate PR? It'd make it easier to review and keep the history log cleaner with more isolated/independent commits. Hope it makes sense! Thanks for the help! |
Maybe the tokens are only available for the people that have rights in the repo.
I just separated the pull-reqs, the one for the examples is: #81 Out of curiosity, why do you squash all my commits before merging them into master? |
Re travis: That might be the reason. Do you know how the Travis configuration could be changed to make tokens available to forks as well? Re squash commits: Good question, and sorry if that caught you by surprise or is causing any issue. There are a couple of main reasons. Hope this makes sense. I'm definitely open to change approach if you see advantages and interested to pick your brain about it! |
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.
Nice work!
It might not be possible. If a fork could access the secret variable it could send it back and 'steal' it. You will need to make it public, but I'm not sure if you want to give everybody access to the testing sysdig API.
I'm fine with that approach. Every project have their own ways. I'll just try to open isolated pull-reqs instead of piling up commits in one. |
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.
Better late than never... 👍
And clean up the rest of the examples.