-
Notifications
You must be signed in to change notification settings - Fork 40
/
business.html
executable file
·59 lines (53 loc) · 2.27 KB
/
business.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
---
layout: page
id: features
title: "Sandstorm Business Features"
---
<header>
<h1>Features</h1>
<div>
<nav>
<a href="/features">For Users</a>
<a href="/business" class="current">For Organizations</a>
<a href="/developer">For Developers</a>
</nav>
</div>
</header>
<span class="start"><a href="/get">Get Sandstorm</a></span>
<section id="business-scale">
<h2>Features for Organizations</h2>
<ul id="business">
<li class="on-prem">
<div class="row">
<span class="image"></span><div class="content"><h3><strong>On-prem deployment</strong></h3><p>Get the ease-of-use of SaaS while keeping your data in-house. Deploy to physical machines or any private or public cloud.</p></div>
</div>
</li>
<li class="ldap">
<h3><strong>LDAP, SAML and Active Directory integration</strong></h3>
<p>Let employees log in with their company-wide credentials.</p>
</li>
<li class="global">
<h3><strong>Global Access Control</strong></h3>
<p>Set organization-wide access control policies, such as prohibiting your employees from sharing grains outside of the organization.</p>
</li>
<li class="audit">
<div class="row">
<span class="image"></span>
<div class="content">
<h3><strong>Global Audit Logging</strong></h3>
<p>[maybe someday] Monitor data across your whole organization to keep track of who has accessed what. Not implemented yet, but Sandstorm can do this transparently, without help from the apps.</p>
</div>
</div>
</li>
<li class="encryption">
<div class="row">
<span class="image"></span>
<h3><strong>Automatic Encryption</strong></h3>
<p>[maybe someday] Sandstorm's fine-grained model makes it possible for the platform to encrypt every grain with a unique key at rest, and to guarantee that the key can only be accessed by those who have been granted permission to that grain -- all completely transparent to the app. We haven't implemented this yet, but our model allows for it.</p>
</div>
</li>
</ul>
<div class="action">
<li>Deploy Sandstorm in your organization</li><a href="/install">Install Sandstorm</a>
</div>
</section>