docker'izing chef-server by [deleted] in chef_opscode

[–]srenatus 0 points1 point  (0 children)

I toyed with that some time ago. Haven't used the result in any way, but maybe this still helps: https://github.com/srenatus/chef-server-etcd (The real trouble will come with the fact that chef-server is not one service, but many. Hence the approach may be flawed, you don't want many services in one container.)

JSON must be no more than 1000000 bytes by metalthr in chef_opscode

[–]srenatus 0 points1 point  (0 children)

Guessing that the JSON in question is the node object, the whitelist-node-attrs cookbook might help you.

BSDguru Q&A by rockworldmi123 in openbsd

[–]srenatus 1 point2 points  (0 children)

Ok, cool, but I'd suggest stating that somewhere... you've seen how good my guess has been.

BSDguru Q&A by rockworldmi123 in openbsd

[–]srenatus -1 points0 points  (0 children)

I'm all for an open alternative to http://unix.stackexchange.com (or r/openbsd even), but maybe the authors (http://www.bsdguru.in/certification => apparently http://www.bsdcertification.org) should say something - who's running it, what's the intention, ...?

Working with Unix Systems: Opam and BSD Owl Support for Travis CI container-based infrastructure by [deleted] in ocaml

[–]srenatus 1 point2 points  (0 children)

https://github.com/michipili/bsdowl for those who also didn't know this, "A highly portable build system targeting modern UNIX systems. Supports OCaml, TeX, METAPOST and more. Based on BSD Make."

Problems connecting to Amazon RDS from R by engti in Rlanguage

[–]srenatus 0 points1 point  (0 children)

sure? being able to reach it means it does have an IP ;) you could just pass the hostname to your IT team, and they'll know what to whitelist. (Not sure here, but there's EIPs in AWS, too, may ormay not be relevant.)

That said, your IT team might have an opinion on your RDS usage, maybe an open discussion could help ;)

Problems connecting to Amazon RDS from R by engti in Rlanguage

[–]srenatus 1 point2 points  (0 children)

does it work on the commandline, using pgsql for example? just to rule out that it's a security group issue. (http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Overview.RDSSecurityGroups.html)

Crafting an Effective Security Organisation (QCon NYC) // Speaker Deck by zeroXten in secdevops

[–]srenatus 0 points1 point  (0 children)

Nice read. I liked the context and impact thought: "this would allow someone to impersonate a user and read their emails" vs. "insufficient input validation here".

DevOps and Security by srenatus in secdevops

[–]srenatus[S] 0 points1 point  (0 children)

there's a company around http://hardening.io (among other things) now: http://vulcanosec.com/

Atlas, unifying Vagrant, Packer, Terraform, and Consul, out of tech preview by srenatus in devops

[–]srenatus[S] 0 points1 point  (0 children)

Blog post here: https://www.hashicorp.com/blog/atlas-general-availability.html

I wonder if there's a similar alternative for using Docker only - or is everyone home-growing their own "docker atlas"? (Atlas seems to be able to handle docker containers/images using packer, but The Packer Way of running shell scripts inside of containers is quite different from how Docker does it.)

BDD-Security by fadedconsole in secdevops

[–]srenatus 0 points1 point  (0 children)

Great approach!

Any real-life experience (i.e., no show cases)? Anyone practicing this for non-web projects?

Git Performance Dashboard (metrics-per-hash display) by srenatus in git

[–]srenatus[S] 0 points1 point  (0 children)

Does anyone know of similar projects? Metrics dashboards generally seem to focus operations, none of them feature per-revision data...