Live data from Hacker News

Viewing profile — diogomonicapt

diogomonicapt

HN member
Joined
Sun, Nov 04, 2012, 5:21 PM UTC
HN karma
257
Public activity
27 items

About diogomonicapt

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
    Comment #15435251

    Don't disagree; I think what I actually tried to argue for was doing both: segregate data access to a new, minimal, service that also requires a key in an HSM to operate.

  4. comment
    Comment #15434890

    You can definitely do this in public cloud HSMs. Azure: https://azure.microsoft.com/en-us/pricing/details/key-vault/ AWS: https://aws.amazon.com/cloudhsm/ The only thing you're not…

  5. story
  6. story
  7. comment
    Comment #13613249

    My unstated assumption was that when calling something like imagetragick you would be doing the appropriate privilege dropping using setuid and setgid. This is obviously not necess…

  8. comment
    Comment #13611181

    The problem is applications unintentionally leaking the ENV. Think a hoptoad exception that attaches the current ENV to the report that sends up to the remote server. Or think abou…

  9. comment
    Comment #13610070

    Way better than I could have answered ;)

  10. comment
    Comment #13609599

    We explicitly chose not to support secrets as ENV variables, since they are prone to being leaked (child processes inhering parent's env; easy to leak ps -e; bug reports usually in…

  11. comment
    Comment #13609550

    - We're working on external store support. First implementation will probably be w/ Vault, but we would love for this to come from the community. - If you have access to the manage…

  12. comment
    Comment #13609526

    Exactly. The new version of compose supports defining docker secrets inside of the compose file.

  13. comment
    Comment #13609520

    Yes: https://github.com/docker/docker/pull/30637

  14. comment
    Comment #13609507

    Thanks! - Exposing secrets as in-memory files has a lot of advantages over ENV variables (harder to leak). - We already started updating a few images (MySQL, for example), so they …

  15. comment
    Comment #13609477

    You can make a PCI compliant installation w/ Docker yes.

  16. comment
    Comment #13608664

    I think with this release things have come full circle for me. I was part of the team that 5 years ago built Keywhiz at Square, starting the whole "secrets should be files exposed …

  17. story
  18. comment
    Comment #13376632

    Author here, I actually added a footnote exactly because of that fact: https://diogomonica.com/2017/01/11/hitless-tls-certificate-r...

  19. story
  20. story
  21. story
  22. comment
    Comment #11038229

    Disclaimer: I work for Docker For the security enthusiasts out there, Docker 1.10 comes with some really cool Security focused additions. In particular: - Seccomp filtering: you ca…

  23. comment
    Comment #8444081

    I agree that the title is more link-baity than it should. For what it's worth, part of it was just a witty title.

  24. comment
    Comment #8444068

    Agreed. The article did stem from me reading blogposts where people were interpreting the XKCD comic into: just chose four words instead of one password.

  25. comment
    Comment #8444040

    I think the answer is not yet. Apple's TouchID is a great example of a frictionless authentication mechanism that can be easily augmented with a password to achieve two different f…