Add support for secure commands audit#80
Add support for secure commands audit#80davideschiera merged 1 commit intosysdiglabs:masterfrom meskio:commands_audit
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! |
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. |
figarocorso
left a comment
There was a problem hiding this comment.
Better late than never... 👍
And clean up the rest of the examples.