<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Devops on the art of simplicity</title><link>https://naoko.github.io/tags/devops/</link><description>Recent content in Devops on the art of simplicity</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sat, 28 Oct 2017 00:00:00 +0000</lastBuildDate><atom:link href="https://naoko.github.io/tags/devops/index.xml" rel="self" type="application/rss+xml"/><item><title>Secret Management with Vault</title><link>https://naoko.github.io/posts/2017-10-28-vault-secret-management/</link><pubDate>Sat, 28 Oct 2017 00:00:00 +0000</pubDate><guid>https://naoko.github.io/posts/2017-10-28-vault-secret-management/</guid><description>&lt;h3 id="the-problem"&gt;The problem:&lt;/h3&gt;
&lt;p&gt;Where do you store your config/deployment management script?
I&amp;rsquo;ve done 2 ways:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Put along with application/repo.&lt;/li&gt;
&lt;li&gt;Put all the config/deployment script in one repo separately from apps.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Each approach has its own Pros and Cons and I prefer the first approach
which IMO is simpler but creates some duplication which is okay&amp;hellip;&lt;/p&gt;
&lt;p&gt;I have some shared secrets that I encrypt with &lt;code&gt;Ansible Vault&lt;/code&gt;
but when I had to copy and pasted this secret on a few repos
I started to look for better way to do this.&lt;/p&gt;</description></item></channel></rss>