-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
262 lines (261 loc) · 12.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Athenz IO Docs</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css"
integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="container-fluid fixed-top ">
<nav class="navbar navbar-dark navbar-expand-lg justify-content-between">
<a class="navbar-brand logo invisible" href="index.html">
<img src="assets/logo.png" alt="Athenz Logo" style="width: 30px; height: 30px;">
Athenz
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbars"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbars">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="explore.html">Explore</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://yahoo.github.io/athenz/site/">Documentation</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://athenz-rbac.tumblr.com/">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link"
href="https://join.slack.com/t/athenz/shared_invite/enQtNDk2MzczMjAxNDExLWVjNDMyZGQ4NmM0ZDYwNGUwY2QxNGEyMGJkMDZhOTljOTY3OTNjNmQyMmM0Y2Y4MDRhMzU0YzE4MzlkNmRmOWQ">Slack</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/yahoo/athenz">Github</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
</nav>
</div>
<main>
<div class="container-fluid slider">
<div class="container pt-5 pb-1">
<div class="row">
<div class="col-md-auto col-lg-8 col-xl-6">
<div class="heading mt-0">
<h1><img src="assets/logo.png" class="img-fluid" alt="Athenz Logo"
style="width: 120px; height: 120px;">Athenz</h1>
<div>
<p class="word-wrap">Athenz is an open source platform for X.509 certificate-based service
authentication and fine-grained access control in dynamic infrastructures</p>
</div>
<div>
<a href="explore.html" class="btn btn-primary btn-explore">Explore Athenz</a>
<a href="https://join.slack.com/t/athenz/shared_invite/enQtNDk2MzczMjAxNDExLWVjNDMyZGQ4NmM0ZDYwNGUwY2QxNGEyMGJkMDZhOTljOTY3OTNjNmQyMmM0Y2Y4MDRhMzU0YzE4MzlkNmRmOWQ"
class="btn btn-join-slack">Join in on Slack</a>
</div>
</div>
</div>
<div class="col-md-auto col-lg-4 col-xl-6"></div>
</div>
</div>
</div>
<div class="container">
<div class="row features-row">
<div class="col-lg col-sm-6">
<div class="features">
<h5 class="heading">Never Trust & Always Verify</h5>
<hr class="line" size="10">
<p class="details">
Enable zero trust core principles like traffic encryption, AuthN, AuthZ, Dynamic Trust and least
privilege access.
</p>
</div>
</div>
<div class="col-lg col-sm-6 never-trust">
<!--<img class="" src="assets/never-trust_2.png"/>-->
</div>
<div class="col-lg col-sm-6 ">
<div class="features">
<h5 class="heading">Fine-grained Authorization</h5>
<hr class="line" size="10">
<p class="details">
Authorize all authenticated clients using fine-grained role-based (RBAC)
access control.
</p>
</div>
</div>
<div class="col-lg col-sm-6 fine-grained">
<!--<img src="assets/fine-grained_2.png" alt="">-->
</div>
</div>
<br class="d-block d-md-none"/>
<div class="row features-row">
<div class="col-lg col-sm-6 certificate">
<!--<img class="" src="assets/certificate_2.png"/>-->
</div>
<div class="col-lg col-sm-6">
<div class="features">
<h5 class="heading">X.509 Certificate Authentication</h5>
<hr class="line" size="10">
<p class="details">
Service Identity in the form of short-lived X.509 certificates to all workloads deployed
in private or public clouds. Stronger security by mTLS authentication.
</p>
</div>
</div>
<div class="col-lg col-sm-6 single-source">
<!--<img class="" src="assets/single-source_2.png"/>-->
</div>
<div class="col-lg col-sm-6 ">
<div class="features">
<h5 class="heading">Single Source of Truth</h5>
<hr class="line" size="10">
<p class="details">
Consolidated service serving various downstream security implementations, including
support for non-user entities.
</p>
</div>
</div>
</div>
</div>
<div class="container-fluid grey-background">
<div class="container">
<div class="row grey-background">
<div class="col-md">
<div class="rbac">
<h4 class="heading">Providing RBAC for your needs</h4>
<p class="details">
Athenz is a set of services and libraries supporting role-based authorization (RBAC) for
provisioning and configuration (centralized authorization) use cases as
well as serving/runtime (decentralized authorization) use cases to handle on-box
enforcement.
<a href="https://yahoo.github.io/athenz/site/auth_flow/">Learn More</a>
</p>
</div>
</div>
</div>
<div class="row grey-background">
<div class="col-lg">
<div class="architecture">
<h5 class="heading">Centralized</h5>
<p class="details">
A traditional centralized access control model requires any Athenz enabled
application to contact Athenz Management Service directly to determine if a
specific authenticated principal has been authorized to
carry out the given action on the requested resource.
<a href="https://yahoo.github.io/athenz/site/auth_flow/#centralized-access-control-control-plane">Learn
More</a>
</p>
<p>
</div>
<div class="row centralized"></div>
</div>
<div class="col-lg">
<div class="architecture">
<h5 class="heading">Decentralized</h5>
<p class="details">
For use cases where latency is a concern, Athenz provides a decentralized
model where the check to see if a given principal has been
authorized to carry out the given action on the requested service is done
on the host itself using the Athenz local policy engine library.
<a href="https://yahoo.github.io/athenz/site/auth_flow/#decentralized-access-control-data-plane">Learn
More</a>
</p>
</div>
<div class="row decentralized"></div>
</div>
</div>
<div class="row">
<div class="col-md">
<div class="getting-started">
<h4 class="heading">Getting Started</h4>
<p class="details">Explore the Athenz documentation and easily create a test development
environment with
<a href="https://yahoo.github.io/athenz/site/setup_zms_prod/">ZMS (Athenz Management
Service)</a>,
<a href="https://yahoo.github.io/athenz/site/setup_zts_prod/">ZTS (Athenz Token Service)</a>,
and
<a href="https://yahoo.github.io/athenz/site/setup_ui_prod/">UI</a>
services. For reference implementation, visit the
<a href="https://yahoo.github.io/athenz/site/example_java_centralized_access/">Java
Client/Servlet</a> or
<a href="https://yahoo.github.io/athenz/site/example_go_centralized_access/">Go
Client/Server</a>
example documentation.</p>
<p>
<a href="https://yahoo.github.io/athenz/site/"
class="btn btn-outline-primary btn-documentation">Documentation</a>
</p>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row footer">
<div class="col-md col-xs-12 col-sm-12">
<div class="row footer-lists pl-sm-0">
<div class="col-md col-xs col-sm">
<h6>COMMUNITY</h6>
<ul class="list-unstyled">
<li><a href="https://athenz-rbac.tumblr.com">Blog</a></li>
<li>
<a href="https://join.slack.com/t/athenz/shared_invite/enQtNDk2MzczMjAxNDExLWVjNDMyZGQ4NmM0ZDYwNGUwY2QxNGEyMGJkMDZhOTljOTY3OTNjNmQyMmM0Y2Y4MDRhMzU0YzE4MzlkNmRmOWQ">Slack</a>
</li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
<div class="col-md col-xs col-sm">
<h6>CONTRIBUTE</h6>
<ul class="list-unstyled">
<li><a href="https://github.com/yahoo/athenz">GitHub</a></li>
<li><a href="https://github.com/yahoo/athenz/issues">Suggest</a></li>
</ul>
</div>
<div class="col-md col-xs col-sm">
<h6>RESOURCES</h6>
<ul class="list-unstyled">
<li><a href="explore.html">Getting Started</a></li>
<li><a href="https://yahoo.github.io/athenz/site/">Documentation</a></li>
</ul>
</div>
</div>
</div>
<div class="col-md"></div>
</div>
</div>
</main>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js"
integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js"
integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k"
crossorigin="anonymous"></script>
<script>
$(function () {
const LOGO_SHOW_SCROLL_TOP = 165;
$(window).scroll(function () {
// set distance user needs to scroll before we start fadeIn
if ($(this).scrollTop() > LOGO_SHOW_SCROLL_TOP) {
$('.navbar-brand').removeClass('invisible')
} else {
$('.navbar-brand').addClass('invisible')
}
});
if ($(window).scrollTop() > LOGO_SHOW_SCROLL_TOP) {
$('.navbar-brand').removeClass('invisible')
}
});
</script>
</body>
</html>