-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
251 lines (236 loc) · 7.44 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Credential Store - Vault</title>
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/white.css">
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<!-- Printing and PDF exports -->
<script>
var link = document.createElement('link');
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match(/print-pdf/gi) ? 'css/print/pdf.css' : 'css/print/paper.css';
document.getElementsByTagName('head')[0].appendChild(link);
</script>
</head>
<body>
<div class="reveal">
<div class="slides">
<section>
<a href="https://www.vaultproject.io/" target="_blank">
<img data-src="images/Vault.png" alt="Vault Logo" height="250">
</a>
<h2>Credential Store</h2>
</section>
<section>
<h2>Mayank Patel</h2>
<h4>Application Architect @ <a href="https://www.oildex.com" target="_blank">Oildex</a></h4>
<p>
<small>
<a href="https://www.linkedin.com/in/mayank-patel-b9141210/" target="_blank">Linkedin</a> /
<a href="https://twitter.com/maxy_ermayank" target="_blank">@maxy_ermayank</a> /
<a href="https://medium.com/@maxy_ermayank" target="_blank">Medium</a>
</small>
</p>
</section>
<section>
<h2><a href="https://www.oildex.com" target="_blank">Oildex</a></h2>
<h5>Software as a Service Provider for Oil and Gas companies</h5>
<ul>
<li>7.5 Years</li>
</ul>
</section>
<section>
<h2>Focused on</h2>
<ul>
<li>Streaming, Reactive, Non-blocking Architecture</li>
<li>API Design</li>
<li>DevOps</li>
<li>Cloud Native Architecture</li>
<li>Empowering software development teams</li>
<li>Digital Transformation and Digital Optimization</li>
</ul>
</section>
<section>
<h2>Agenda</h2>
<ul>
<li>Common Challenges</li>
<li>Vault Use Cases & Features</li>
<li>Demo</li>
</ul>
</section>
<section>
<section>
<p>Common Challenges / Problems we are trying to solve?</p>
</section>
<section>
<p>Credentials stored & transmitted in Plaintext format</p>
</section>
<section>
<p>Credentials almost never get renewed once it is issued or manual renewal</p>
</section>
<section>
<p>No PKI Certificate Management</p>
</section>
<section>
<p>API Keys are hand generated and never renewed</p>
</section>
<section>
<p>No SSH Key storage</p>
</section>
<section>
<p>No Audit Control</p>
</section>
<section>
<p>No Kill Switch</p>
</section>
<section>
<p>Lack of automation for secrets deployment</p>
</section>
<section>
<p>MANY MORE...</p>
</section>
</section>
<section>
<p>How do we manage credentials in Cloud Native, Distributed Infrastructure ?</p>
</section>
<section>
<img src="https://static1.squarespace.com/static/5438500ae4b078d0a8c7c708/t/5a333bb9e4966b79a06120ba/1513307253144/OlegFrolov_swiss-knife.gif"
/>
</section>
<section>
<h2>Vault Use Cases</h2>
<img data-src="images/VaultUseCases.png" alt="Vault Use Cases">
</section>
<section><p>Secure Credential Management on a Budget</p></section>
<section>
<h4>Vault Features</h4>
<ul>
<li>Secure Secret Storage</li>
<li>Dynamic Secrets (Secret as a Service)</li>
<li>Data Encryption</li>
<li>Leasing and Renewal (Key Rotation)</li>
<li>Revocation</li>
<li>Audit Control</li>
<li>Integration with wide variety of Databases and Tools</li>
<li>Custom Plugin</li>
</ul>
</section>
<section>
<h4>Secure Secret Storage</h4>
<ul>
<li>Basic Credentials</li>
<li>Tokens, TOTP</li>
<li>PKI Certificate Management (It’s easy to be your own certificate authority)</li>
<li>LDAP</li>
<li>
<ul>SSH Keys
<li>Handle SSH logins across the org.</li>
<li>One time SSH access</li>
<li>It increases the usefulness of audit logs during incident response</li>
</ul>
</li>
<li>...</li>
</ul>
</section>
<section>
<h4>Dynamic Secrets</h4>
<table>
<tr>
<td>AWS</td>
<td>Cassandra</td>
<td>Consul</td>
<td>Hana</td>
</tr>
<tr>
<td>MariaDB</td>
<td>MongoDB</td>
<td>MSSQL</td>
<td>MySQL</td>
</tr>
<tr>
<td>Oracle</td>
<td colspan="2">PKI Certificates</td>
<td>PostgreSQL</td>
</tr>
<tr>
<td>RabbitMQ</td>
<td>SSH</td>
<td>Transit</td>
<td>Custom..</td>
</tr>
</table>
</section>
<section>
<section>
<h4>Why Dynamic Secrets?</h4>
<p>Dynamic passwords provide a bunch of benefits</p>
</section>
<section><p>No need to write down, store, or share passwords</p></section>
<section><p>Enables very short lived passwords, less exposure if compromised</p></section>
<section><p>For distributed applications, every instance gets unique credentials</p></section>
<section><p>Constantly changing and expiring usernames/passwords are much harder to brute force</p></section>
<section><p>Automatic password rotation/expiration</p></section>
<section><p>Better audit trail</p></section>
</section>
<section>
<p>HTTP API/CLI</p>
</section>
<section>
<p>Integration</p>
<ul>
<li>consul-template</li>
<li>Envconsul</li>
<li><a href="https://plugins.jenkins.io/hashicorp-vault-plugin" target="_blank">HashiCorp Vault Jenkins plugin</a></li>
<li>Native Client Libraries</li>
<li>Integration with Ansible, Chef, Puppet, Salt, etc.</li>
</ul>
</section>
<section>
<img data-src="images/bestpractices.png" alt="Vault Best Practices">
</section>
<section>
<h2>Resources</h2>
<ul>
<li><a href="https://github.com/maxyermayank/vault-consul-swarm-cluster" target="_blank">Vault-Consul Docker Swarm Cluster</a></li>
<li><a href="https://maxyermayank.github.io/DHUG-VAULT-TALK/" target="_blank">Denver HashiCorp User Group Talk - Credential
Store using Vault</a></li>
<li><a href="https://github.com/gites/awesome-vault-tools" target="_blank">awesome-vault-tools</a></li>
<li><a href="https://www.vaultproject.io/#/demo/0" target="_blank">Vault Demo Console</a></li>
</ul>
</section>
<section style="text-align: left;">
<h1>Thank You!</h1>
<h3>Questions?</h3>
<small>
<p>You can contact me at: </p>
<p>
<a href="https://www.linkedin.com/in/mayank-patel-b9141210/" target="_blank">Linkedin</a> /
<a href="https://twitter.com/maxy_ermayank" target="_blank">@maxy_ermayank</a> /
<a href="https://medium.com/@maxy_ermayank" target="_blank">Medium</a>
</p>
</small>
</section>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>
<script>
// More info about config & dependencies:
// - https://github.com/hakimel/reveal.js#configuration
// - https://github.com/hakimel/reveal.js#dependencies
Reveal.initialize({
dependencies: [
{ src: 'plugin/markdown/marked.js' },
{ src: 'plugin/markdown/markdown.js' },
{ src: 'plugin/notes/notes.js', async: true },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function () { hljs.initHighlightingOnLoad(); } }
]
});
</script>
</body>
</html>