{ tech }

About

What is this page about?

IT topics, mainly covering DevOps, virtualization, Linux (on embedded devices) and cloud orchestration. Expect to find writeups and talks as well as project reports. Some more posts can be found on my German page.

About me

I am a cloud and DevOps enthusiast with a background is computational biophysics. Currently, I am working as Principal Consultant at TNG Technology Consulting with a focus on scalable backend and security architecture. Some of my former scientific projects an publications can be found on my science overview page.

If you’re interested in my work, follow me on Github and Twitter or connect via Linked or ing. Updates are also available as rss feed.


Latest Post

January 31, 2018

Combining gopass and summon

Summon is a tool to inject secrets into a process via environment variables. The nice thing is that the secret provider can be configured at runtime and different environments can be chosen. If you’re using gopass, this recipe might be for you. Gopass itself can be used out of the box as summon provider as it fulfils all requirements: gopass secretname returns a secret. To directly make use of gopass, just link the gopass binary to /usr/lib/summon. Read more