SAP HANA
Connecting SAP HANA to LightBeam
Overview
LightBeam Spectra users can connect various data sources to the LightBeam application and these data sources will be continuously monitored for PII, PHI data.
Example: SAP Hana, AWS Glue, Looker, DynamoDB, etc.
About SAP Hana
SAP HANA is an in-memory, column-oriented relational database management system that enables real-time analytics and application processing.
A schema in SAP HANA is a logical container for database objects (tables, views, procedures etc.) that will be onboarded with Lightbeam. We find sensitive data present in SAP HANA schemas which are managed through Schema privileges and roles. Users can onboard schemas with their associated tables, and Lightbeam will scan all the tables inside those schemas.
SAP HANA works directly with its in-memory database engine to execute SQL queries and sample data from tables. Each schema needs proper SELECT privileges assigned for lightbeam to access and scan the data for sensitive information.
Features
Datasource Registration
SAP HANA admins can create a user with restricted user permissions and username and password for that created user for registration. The users will be provided a list of schemas, they can filter schemas that they wish to scan.
Metadata Scanning
We scan the tables present in the schemas configured in scan conditions. For each table, we get the list of columns part of the table, their data types etc. We also fetch row count, size of the table if they are available.
PII Detection
For PII detection, we need sample data for all the columns for a table. For reading data, we sample 5000 rows for each table.
Onboarding SAP HANA Data Source
Login to your LightBeam Instance.
Click on DATASOURCES on the Top Navigation Bar.
Click on “Add a data source”.
Search for SAP HANA.
Click on SAP HANA.
Configure Basic Details
In the Basic Details section, enter the following information:
Instance Name: Provide a unique name for the SAP HANA data source (e.g.,
sap-hana-datasource
).Primary Owner: Enter the email address of the individual responsible for this data source (e.g.,
demo@lightbeam.ai
).Source of Truth (Optional): Toggle this option on if this database serves as a single source of truth for entity validation.
Description (Optional): Add a brief description of the database (e.g., "SAP HANA Datasource Instance").
Enter Connection Details
Provide the following details in the Connection section:
Username: The username for database authentication.
Password: The corresponding password for the username.
Host: The SAP HANA server hostname or IP address (e.g.,
sap-hana.mycompany.com
or192.168.1.100
).Port: The SAP HANA connection port (default 30015).
Click Test Connection to validate the credentials.
Additional Details (Optional)
In this section, you can specify metadata attributes related to the data source:
Location: The location of the data source.
Purpose: The purpose of the data being collected/processed.
Stage: The stage of the data source. Example: Source, Processing, Archival, etc.
Verify that you get the message Connection Success! on the screen. Click on Next.
On the next screen, you will see a list of schemas from dropdown presented. Select schemas that you wish to scan.
Please verify that all databases selected for scanning show up in the list of databases. Ensure you've made your desired selections before connecting the data source.
Finally, click on Start Sampling to connect to the SAP HANA data source.
APPENDIX
Minimal permissions setup
We require the following permissions to scan only a subset of the databases for the instance:
Connect permissions
For each database -
SELECT
permissions
Use the following scripts to:
Create a database user with a username and a password.
Grant Permission to schemas that are to be scanned.
For granting permission to a single schema:
For granting permission to multiple schemas at once, execute this.
replace list of schemas with schemas for which permissions are needed and lbadmin with username
Validate permissions to the datasource.
Next, the user needs to validate these permissions to the datasource. This ensures authorized access to the datasource by the credentials provided by the user. After validating the permissions to the datasource, the user can onboard SAP HANA in Lightbeam.
Steps
Go into
sql_user_check_sap_hana
directoryPlease refer to the
README.md
file in the directory for detailed instructions.
About LightBeam
LightBeam automates Privacy, Security, and AI Governance, so businesses can accelerate their growth in new markets. Leveraging generative AI, LightBeam has rapidly gained customers’ trust by pioneering a unique privacy-centric and automation-first approach to security. Unlike siloed solutions, LightBeam ties together sensitive data cataloging, control, and compliance across structured and unstructured data applications providing 360-visibility, redaction, self-service DSRs, and automated ROPA reporting ensuring ultimate protection against ransomware and accidental exposures while meeting data privacy obligations efficiently. LightBeam is on a mission to create a secure privacy-first world helping customers automate compliance against a patchwork of existing and emerging regulations.
Last updated