From 77545c192ce49158b29f7329a097be754fde9487 Mon Sep 17 00:00:00 2001 From: Ian Denhardt Date: Mon, 10 Aug 2020 23:32:15 -0400 Subject: [PATCH] Remove references to blackrock on /business. Blackrock isn't really maintained, so this is a little misleading. See also discussion at https://github.com/sandstorm-io/blackrock/issues/48#issuecomment-671601610 --- business.html | 41 +++++++++++++++++------------------------ style.scss | 7 ++----- 2 files changed, 19 insertions(+), 29 deletions(-) diff --git a/business.html b/business.html index bc52a47a..53bca276 100755 --- a/business.html +++ b/business.html @@ -24,43 +24,36 @@

Features for Organizations

On-prem deployment

Get the ease-of-use of SaaS while keeping your data in-house. Deploy to physical machines or any private or public cloud.

+
  • LDAP, SAML and Active Directory integration

    Let employees log in with their company-wide credentials.

    - +
  • Global Access Control

    Set organization-wide access control policies, such as prohibiting your employees from sharing grains outside of the organization.

    +
  • -
    -

    Global Audit Logging

    -

    [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.

    - - -
    -

    Blackrock: Sandstorm at Scale

    - -

    In development. See the code »

    - -
      -

      Blackrock is an alternative back-end for Sandstorm designed for scale. It is the technology we used to run Sandstorm Oasis.

      -
    • -

      Automatic Scale-out

      -

      Scale out free machines to thousands as your needs grow.

      -
    • -

      Automatic Failover

      -

      Random hardware failures are invisible to your users.

      -
    • + +
      +

      Global Audit Logging

      +

      [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.

      +
      +
    +
  • +
  • +
    +

    Automatic Encryption

    [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.

    - - - +
    +
  • +
  • Deploy Sandstorm in your organization
  • Install Sandstorm
    - + diff --git a/style.scss b/style.scss index 2e79c5e7..08d77f1d 100755 --- a/style.scss +++ b/style.scss @@ -1370,11 +1370,8 @@ body >footer { } } - .failover, .encryption, { - width: 50%; - @media (max-width: 700px) { - width: 100%; - } + .encryption { + width: 100%; } ul {