-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
476 lines (436 loc) · 27 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
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-93621L5G27"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-93621L5G27');
</script>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1.0, shrink-to-fit=no" name="viewport">
<meta content="ie=edge" http-equiv="X-UA-Compatible">
<title>Athenz IO - Home</title>
<meta property="og:title" content="Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic infrastructures">
<meta property="og:description" content="Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic infrastructures">
<meta property="og:type" content="website"
><meta property="og:url" content="https://athenz.io/">
<meta property="og:site_name" content="Athenz">
<meta property="og:image" content="/images/icons/athenz-icon.png">
<meta itemprop=name content="Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic infrastructures">
<meta itemprop=description content="Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic infrastructures">
<meta name=twitter:card content="summary">
<meta name=twitter:title content="Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic infrastructures">
<meta name=twitter:description content="Open source platform for X.509 certificate based service authentication and fine grained access control in dynamic infrastructures">
<meta name=twitter:image content="https://athenz.io/images/icons/athenz-twitter-icon.jpg">
<meta name=twitter:image:alt content="Athenz">
<link href="images/icons/favicon.ico" rel="icon"/>
<link href="https://unpkg.com/flickity@2/dist/flickity.min.css" rel="stylesheet">
<script src="https://unpkg.com/flickity@2/dist/flickity.pkgd.min.js"></script>
<link href="https://cdn.jsdelivr.net/gh/denali-design/[email protected]/css/denali.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/gh/denali-design/[email protected]/dist/denali-icon-font.css" rel="stylesheet">
<link href="css/site.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700;900&display=swap" rel="stylesheet">
<script src="https://cdn.jsdelivr.net/gh/jquery/[email protected]/dist/jquery.min.js"></script>
</head>
<body class="denali-default-theme">
<div class="nav is-fixed-top rubik-regular">
<div class="nav-left">
<a href="/">
<img alt="Athenz logo" class="nav-brand" src="images/icons/athenz-icon.png"/>
</a>
<div class="float-right hide-small-desktop-up-custom">
<a class="nav-icon" id="navToggle"><i class="d-icon d-more-vertical"></i></a>
</div>
</div>
<div class="nav-responsive" id="navMenuContent">
<div class="nav-center">
<a class="nav-item" href="explore.html#model">Explore</a>
<a class="nav-item" href="casestudies.html#hybrid">Case Studies</a>
<a class="nav-item" href="https://athenz.github.io/athenz/" target="_blank">Documentation <i class="d-icon d-external is-sub is-extrasmall"></i></a>
<a class="nav-item" href="comparison.html#general">Comparison</a>
</div>
<div class="nav-right">
<a class="nav-icon" href="https://join.slack.com/t/athenz/shared_invite/zt-6c13sdfn-Lilbb~v2FYOkM7hZLGqF6A"
target="_blank">
<i class="d-icon d-slack"></i>
<span class="icon-name">Slack</span>
</a>
<a class="nav-icon" href="https://github.com/AthenZ/athenz" target="_blank">
<i class="d-icon d-github"></i>
<span class="icon-name">Github</span>
</a>
<a class="nav-icon" href="contact.html">
<i class="d-icon d-help-circle"></i>
<span class="icon-name">Contact</span>
</a>
</div>
</div>
</div>
<div id="container">
<div class="maincontent" >
<div class="container-full cover m-t-60">
<div class="container">
<div class="row athenz-home-hero">
<div class="xs-col-12-12 sm-col-10-12 sm-col-off-1-12 col-6-12">
<div class="athenz-logo-icon">
<img alt="Athenz logo" src="images/icons/athenz-logo.png" style="max-height: 46px;">
<div class="tdiv">( AuthNZ )</div>
</div>
<div class="athenz-header-description p-t-30">
<p class="rubik-bold is-grey-100">
Open source platform for X.509 certificate
based service authentication and fine grained
access control in dynamic infrastructures
</p>
</div>
<div class="ts-gs p-t-30 flex">
<a href="https://athenz.github.io/athenz/" target="_blank"><button class="button is-large is-text get-started-button"><strong>Get Started</strong></button></a>
<div class="ts-wv rubik-regular p-t-10 p-l-40">
<a class="is-grey-100" href="#" id="watch-video">
<i class="d-icon d-play-circle "></i> <strong>Watch Video</strong>
</a>
</div>
<div id="videoPlayer" style="z-index: 1000; display: none;">
<iframe data-url="https://www.youtube-nocookie.com/embed/TAT-IpNKBaU" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<button id="closeButton"></button>
</div>
</div>
<div class="integrations-group p-t-40">
<div class="p-r-10">
<p class="rubik-regular is-grey-100">Integrations</p>
</div>
<div>
<a href="casestudies.html#kubernetes"><img alt="kubernetes" class="integration-icons" src="images/icons/kubernetes-circle.png"/></a>
<a href="casestudies.html#aws"><img alt="aws" class="integration-icons" src="images/icons/aws-circle.png"/></a>
<a href="casestudies.html#hybrid"><img alt="openstack" class="integration-icons" src="images/icons/openstack-circle.png"/></a>
</div>
</div>
</div>
<div class="xs-col-12-12 sm-col-10-12 sm-col-off-1-12 col-6-12">
<div class="athenz-hero-image">
<img alt="Athenz components explanation" src="images/[email protected]">
</div>
</div>
</div>
</div>
</div>
<div class="container-full">
<div class="container">
<div class="row updates-container card-container">
<div class="xs-col-4-12 xs-col-off-1-12 sm-col-10-12 sm-col-off-1-12 col-4-12">
<div class="col updates p-t-30">
<p class="title rubik-medium">Never Trust & <br> Always Verify</p>
<p class="text rubik-regular">Enables zero trust core principles like traffic encryption, AuthN, AuthZ, Dynamic Trust and least privilege access</p>
<a href="explore.html#zerotrust"><p class="action rubik-regular">Learn More</p></a>
</div>
</div>
<div class="xs-col-4-12 xs-col-off-1-12 sm-col-10-12 sm-col-off-1-12 col-4-12">
<div class="col updates p-t-30">
<p class="title rubik-medium">X.509 Certificate Based Authentication</p>
<p class="text rubik-regular">Service identity in the form of short-lived X.509 certificates to all workloads deployed in private or public clouds
<a style="font-size: 1.5rem;" href="comparison.html#general"><br>*How is Athenz different from SPIRE?</a></p>
<a href="explore.html#authn"><p class="action rubik-regular">Learn More</p></a>
</div>
</div>
<div class="xs-col-4-12 xs-col-off-1-12 sm-col-10-12 sm-col-off-1-12 col-4-12">
<div class="col updates p-t-30">
<p class="title rubik-medium">Fine-grained Authorization</p>
<p class="text rubik-regular">Authorize all authenticated clients using fine-grained role-based (RBAC) access control with industry standard JWT access tokens</p>
<a href="explore.html#authz"><p class="action rubik-regular">Learn More</p></a>
</div>
</div>
</div>
</div>
</div>
<!-- grey section -->
<div class="container-full grey-section-container">
<div class="container">
<div class="row grey-section-row">
<!-- Heading -->
<div class="p-b-30 grey-section-icon">
<img alt="Athenz components explanation" src="images/icons/hybrid-circle.png">
</div>
<div class="col-11-12 p-b-30 p-t-10">
<span class="rubik-medium grey-section-heading">Identities for all workloads in your hybrid environment</span>
</div>
<!-- content -->
<div class="xs-col-12-12 sm-col-10-12 col-5-12">
<div class="row">
<!-- Heading -->
<div class="col-12-12 p-b-30">
<p class="rubik-regular"><strong>Problem</strong><br></p>
<p class="rubik-regular">How to enable Zero Trust core principles like traffic encryption and authentication among all workloads in a hybrid environment?</p>
</div>
</div>
<div class="row">
<!-- Heading -->
<div class="col-12-12 p-b-30">
<p class="rubik-regular"><strong>Solution</strong><br></p>
<p class="rubik-regular">Athenz issues service identities in the form of short-lived X.509 certificates to all workloads deployed in private or public clouds enabling secure communication among all workloads with mTLS.</p>
</div>
</div>
</div>
<div class="xs-col-2-12 sm-col-10-12 col-1-12">
</div>
<!-- image -->
<div class="xs-col-12-12 sm-col-10-12 col-6-12">
<img src="images/[email protected]">
</div>
<div class="col-12-12 p-b-30 learn-more-button">
<button class="button is-large is-outline"
onclick="window.location.href='./casestudies.html#hybrid';">Learn More</button>
</div>
</div>
<hr class="grey-section-divider">
<div class="row grey-section-row">
<!-- Heading -->
<div class="p-b-30 grey-section-icon">
<img alt="Athenz components explanation" src="images/icons/kubernetes-circle.png">
</div>
<div class="col-11-12 p-b-30 p-t-10">
<span class="rubik-medium grey-section-heading">Authorization and identity provider solution for your Kubernetes clusters</span>
</div>
<!-- content -->
<div class="xs-col-12-12 sm-col-10-12 col-5-12">
<div class="row">
<!-- Heading -->
<div class="col-12-12 p-b-30">
<p class="rubik-regular"><strong>Problem</strong><br></p>
<p class="rubik-regular">How do we provide credentials to container workloads to prove its identity and to authenticate with the Kubernetes API, establish mTLS with services, and define role-based access control (RBAC)?</p>
</div>
</div>
<div class="row">
<!-- Heading -->
<div class="col-12-12 p-b-30">
<p class="rubik-regular"><strong>Solution</strong><br></p>
<p class="rubik-regular">An Identity provider mechanism enables workloads to authenticate with kubernetes container credentials such as pod bound service account tokens in exchange for Athenz service identity certificates using a callback mechanism that allows a kubernetes pod-aware identity service to authenticate such credentials.</p>
</div>
</div>
</div>
<div class="xs-col-2-12 sm-col-10-12 col-1-12">
</div>
<!-- image -->
<div class="xs-col-12-12 sm-col-10-12 col-6-12">
<img src="images/[email protected]">
</div>
<div class="col-12-12 p-b-30 learn-more-button">
<button class="button is-large is-outline"
onclick="window.location.href='./casestudies.html#kubernetes';">Learn More</button>
</div>
</div>
<hr class="grey-section-divider">
<div class="row grey-section-row">
<!-- Heading -->
<div class="p-b-30 grey-section-icon">
<img alt="Athenz components explanation" src="images/icons/mtls-circle.png">
</div>
<div class="col-11-12 p-b-30 p-t-10">
<span class="rubik-medium grey-section-heading">Industry Standard Authorization mTLS bound access token</span>
</div>
<!-- content -->
<div class="xs-col-12-12 sm-col-10-12 col-5-12">
<div class="row">
<!-- Heading -->
<div class="col-12-12 p-b-30">
<p class="rubik-regular"><strong>Problem</strong><br></p>
<p class="rubik-regular">How to deploy a centralized authorization store and deploy a consistent authorization solution based on industry standard OAuth2 access tokens without implementing the logic in each application?</p>
</div>
</div>
<div class="row">
<!-- Heading -->
<div class="col-12-12 p-b-30">
<p class="rubik-regular"><strong>Solution</strong><br></p>
<p class="rubik-regular">Athenz Token Service issues industry standard mTLS bound OAuth2 access tokens that application services can use to both authenticate (x.509 identity certificates) and authorize requests based on policies defined in the Athenz Management System.</p>
</div>
</div>
</div>
<div class="xs-col-2-12 sm-col-10-12 col-1-12">
</div>
<!-- image -->
<div class="xs-col-12-12 sm-col-10-12 col-6-12">
<img src="images/[email protected]">
</div>
<div class="col-12-12 p-b-30 learn-more-button">
<button class="button is-large is-outline"
onclick="window.location.href='./casestudies.html#mtls';">Learn More</button>
</div>
</div>
<hr class="grey-section-divider">
<div class="row p-b-70 m-t-50" style="position: relative;">
<!-- Heading -->
<div class="p-b-30 grey-section-icon">
<img alt="Athenz components explanation" src="images/icons/aws-circle.png">
</div>
<div class="col-11-12 p-b-30 p-t-10">
<span class="rubik-medium grey-section-heading">AWS Temporary Credentials for On-Prem services</span>
</div>
<!-- content -->
<div class="xs-col-12-12 sm-col-10-12 col-5-12">
<div class="row">
<!-- Heading -->
<div class="col-12-12 p-b-30">
<p class="rubik-regular"><strong>Problem</strong><br></p>
<p class="rubik-regular">How to securely access AWS services from on-prem data centers without using static credentials defined in AWS IAM?</p>
</div>
</div>
<div class="row">
<!-- Heading -->
<div class="col-12-12 p-b-30">
<p class="rubik-regular"><strong>Solution</strong><br></p>
<p class="rubik-regular">Services running in on-prem data can use their Athenz issued identity x.509 certificates to request AWS temporary credentials from Athenz Token Service running in AWS.</p>
</div>
</div>
</div>
<div class="xs-col-2-12 sm-col-10-12 col-1-12">
</div>
<!-- image -->
<div class="xs-col-12-12 sm-col-10-12 col-6-12">
<img src="images/[email protected]">
</div>
<div class="col-12-12 p-b-30 learn-more-button">
<button class="button is-large is-outline"
onclick="window.location.href='./casestudies.html#aws';">Learn More</button>
</div>
</div>
</div>
</div>
<!-- SUCCESS STORIES-->
<div class="container-full p-t-45 p-b-75 success-stories-container">
<div class="container" style="margin: 50px auto;">
<h1 class="rubik-bold"> Success Stories</h1>
</div>
<div class="carousel" data-flickity='{"wrapAround" : true, "autoPlay": true}'>
<div class="carousel-cell container">
<div class=" ccell">
<div class="row p-t-60 p-b-60">
<div class="xs-col-4-12 sm-col-2-12 md-col-1-12 col-1-12 ccell-img">
<img alt="suresh photo" src="images/icons/suresh-circle.png"
style="max-width: 70px; vertical-align: middle">
</div>
<div class="xs-col-7-12 sm-col-5-12 md-col-3-12 col-3-12">
<p class="rubik-regular"><strong>Suresh Visvanathan</strong><br>Sr. Director, Software Dev Engineering<br>Yahoo</p>
</div>
<div class="xs-col-12-12 sm-col-12-12 md-col-7-12 col-7-12">
<p class="rubik-regular-success">"Athenz enriches Kubernetes workload security at Yahoo with fine-grain Role-based access control (RBAC) and service authentication. Athenz's rich set of APIs integrates seamlessly with any Container-as-a-Service Platform."</p>
</div>
</div>
</div>
</div>
<div class="carousel-cell container">
<div class="ccell">
<div class="row p-t-60 p-b-60">
<div class="xs-col-4-12 sm-col-2-12 md-col-1-12 col-1-12 ccell-img">
<img alt="chris photo" src="images/icons/chris-circle.png"
style="max-width: 70px; vertical-align: middle">
</div>
<div class="xs-col-7-12 sm-col-5-12 md-col-3-12 col-3-12">
<p class="rubik-regular"><strong><a href="https://github.com/ctyano">Christopher Tatsuya Yano</a></strong><br>Platform Developer<br><a href="https://www.lycorp.co.jp/en/">LY Corporation</a></p>
</div>
<div class="xs-col-12-12 sm-col-12-12 md-col-7-12 col-7-12">
<p class="rubik-regular-success">"Athenz secures large scale cloud computing platforms at LY corporation as a Single source of truth (SSoT). <a href="https://developer.yahoo.co.jp/oss/athenz/">Athenz secures Yahoo! JAPAN services</a> as a security platform with its flexible interface and its customizable APIs."</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!--getting started-->
<div class="getting-started container-full">
<div class="container">
<div class="row updates-container" style="margin: 50px auto;">
<p class="rubik-bold f-s-36">Getting Started</p>
<p class="rubik-regular m-t-20 l-h-34 f-s-20">Explore the Athenz documentation and create a test development environment with ZMS (Athenz Management Service), ZTS (Athenz Token Service), and UI services. For reference implementation, visit the Java Client/Servlet or Go Client/Server example documentation.</p>
<a href="https://athenz.github.io/athenz/" target="_blank"><button class="button is-solid rubik-regular m-t-24" style="background-color: #058ae5; height: 44px; min-width: 150px;">Documentation</button></a>
</div>
</div>
</div>
<!-- cncf -->
<div class="cncf container-full">
<div class="container">
<div class="row cncf-container">
<div class="rubik-bold">Athenz is a <a href="https://cncf.io">Cloud Native Computing Foundation</a> sandbox project</div>
<img class="cncf-logo" src="images/cncf-horizontal-color.png" alt="Cloud Native Computing Foundation logo">
</div>
</div>
</div>
</div>
<!--footer-->
<footer class="container-full custom-footer">
<div class="container">
<div class="row p-t-70">
<div class="xs-col-4-12 col-2-12 p-b-30">
<ul>
<li class="rubik-bold f-s-16">Community</li>
<!-- <li class="rubik-regular"><a href="https://athenz-rbac.tumblr.com/">Blog</a></li>-->
<li class="rubik-regular"><a href="https://join.slack.com/t/athenz/shared_invite/zt-6c13sdfn-Lilbb~v2FYOkM7hZLGqF6A" target="_blank">Slack</a></li>
<li class="rubik-regular"><a href="contact.html">Contact Us</a></li>
</ul>
</div>
<div class="xs-col-4-12 col-2-12 p-b-30">
<ul>
<li class="rubik-bold f-s-16">Contribute</li>
<li class="rubik-regular"><a href="https://github.com/AthenZ/athenz" target="_blank">Github</a></li>
<li class="rubik-regular"><a href="https://github.com/AthenZ/athenz/issues" target="_blank">Suggest</a></li>
</ul>
</div>
<div class="xs-col-4-12 col-2-12 p-b-30">
<ul>
<li class="rubik-bold f-s-16">Resources</li>
<li class="rubik-regular"><a href="https://athenz.github.io/athenz/" target="_blank">Documentation</a></li>
</ul>
</div>
</div>
<div class="nav-center">
Copyright © 2022 The Athenz Authors<br>
Copyright © 2022 The Linux Foundation ®. All rights reserved. The Linux Foundation has registered trademarks and uses trademarks.
For a list of trademarks of The Linux Foundation, please see our <a href="https://www.linuxfoundation.org/trademark-usage" target="_blank">Trademark Usage page</a>
</div>
</div>
</footer>
</div>
<svg height="0">
<defs>
<mask id="mask-linear">
<rect width="400" height="300" fill="url(#l1)"></rect>
<linearGradient id="l1" x1="0" y1="0" x2="0" y2="1">
<stop stop-color="white" offset="0%"/>
<stop stop-color="black" offset="30%"/>
<stop stop-color="white" offset="100%"/>
</linearGradient>
</mask>
<filter id="filtre1">
<feGaussianBlur in="SourceGraphic" stdDeviation="5"/>
</filter>
<filter id="filtre2">
<feGaussianBlur in="SourceGraphic" stdDeviation="3"/>
</filter>
</defs>
</svg>
</body>
<script type="text/javascript">
document.getElementById('navToggle').addEventListener("click", toggleMenu);
function toggleMenu() {
document.getElementById('navMenuContent').classList.toggle("is-active");
}
$( document ).ready(function() {
$('#watch-video').on('click', () => showVideo());
function showVideo() {
$('body').css({overflow: 'hidden'});
let videoPlayer = $("#videoPlayer");
let videoIframe = videoPlayer.find("iframe")[0];
videoIframe.src = videoIframe.getAttribute("data-url");
videoPlayer.css({zIndex: 1000});
videoPlayer.fadeIn(300);
videoPlayer.click(function(){
$('body').css({overflow: 'auto'});
videoPlayer.fadeOut(300, function(){
videoIframe.src = '';
});
});
}
});
</script>
</html>