Security overview#
After the initial installation of your cluster, security is the next major concern for successfully operating Starburst Enterprise platform (SEP). This overview provides an introduction to different aspects of configuring security for your SEP cluster.
Aspects of configuring security#
The default installation of SEP has no security features enabled. Security can be enabled for different parts of the SEP architecture:
Suggested configuration workflow#
To configure security for a new SEP cluster, follow this best practice order of steps. Do not skip or combine steps.
Enable TLS/HTTPS
Work with your security team.
Use a load balancer or proxy to terminate HTTPS, if possible.
Use a globally trusted TLS certificate.
Configure a a shared secret
Enable authentication
Start with password file authentication to get up and running.
Then configure your preferred authentication provider, such as LDAP.
Avoid the complexity of Kerberos for client authentication, if possible.
Enable authorization and access control
Start with file-based rules.
Then configure another access control method as required.
Configure one step at a time. Always restart the SEP server after each change, and verify the results before proceeding.
Securing client access to the cluster#
SEP clients includes the Starburst Enterprise query editor overview in the Starburst Enterprise web UI, the CLI, the JDBC driver, and community-provided clients Python, Go, or other clients, and any applications using these tools.
SEP includes support for the additional clients shown in Clients.
All access to the SEP cluster is managed by the coordinator. Thus, securing access to the cluster means securing access to the coordinator.
There are three aspects to consider:
Encryption: protecting the integrity of client to server communication in transit.
Authentication: identifying users.
Authorization and access control: validating each user’s access rights.
Encryption#
The SEP server uses the standard HTTPS protocol and TLS encryption, formerly known as SSL.
Authentication#
SEP supports several authentication providers. When setting up a new cluster, start with simple password file authentication before configuring another provider.
User name management#
SEP provides ways to map the user and group names from authentication providers to SEP user names.
User mapping applies to all authentication systems, and allows for JSON files to specify rules to map complex user names from other systems (
alice@example.com
) to simple user names (alice
).File group provider provides a way to assign a set of user names to a group name to ease access control.
LDAP group provider provides a way to map user names to groups using LDAP configuration.
SCIM user synchronization imports users and groups into SEP from an external service using SCIM protocols.
Securing inside the cluster#
You can secure the internal communication between coordinator and workers inside the clusters.
Secrets in properties files, such as passwords in catalog files, can be secured with the secrets management.
Securing cluster access to data sources#
Communication between the SEP cluster and data sources is configured for each catalog. Each catalog uses a connector, which supports a variety of security-related configurations. More information is available with the documentation for individual connectors.
Secrets management can be used for the catalog properties files content.
The list of connector features on the connectors overview provides more details.
Auditing security#
SEP provides two security auditing features:
Backend service tracks query completion events and related information in a relational database. The information is visible in Insights query overview.
Query audit logs each query execution to a file.