Overview
- Glean requires a service account for Pingboard to fetch relevant information to create People cards.
- Authentication is done by creating a read-only service account client ID and secret pair in Pingboard.
- It’s important to note that all data is stored in the GCP project in the customer’s cloud account and no data leaves the customer environment.
Integration Features
For Pingboard, Glean will capture the following content:- Employee name, title, department, manager ID, join date, birth date, updated date, time zone, nickname, bio, email, phone number and any avatar URLs.
API Usage
Glean will use the Users and Groups APIs to generate People cards in Glean.Installation process
Prerequisites
- Your company must be on a Pro plan in order to have API access.
- Administrator access to create a service account.
Steps
Create a Service Account
- Log in to your Pingboard account as a Pingboard administrator.
- Click the Add-Ons tab, select API.
- Click Manage Service Accounts button under Service Accounts.
- Click Add Service Account. For the added Service Account:
- Add a recognizable name such as Glean.
- Set permissions as Regular User.
- After the account is created, you will have access to the following:
- Client Id
- Client Secret
- Save the Client ID and Client Secret.
Connect Pingboard to Glean
- In the Glean Admin console, click Other.
- In Connect all your Tools section:
- Toggle to Config and enter:
- Key name: pingboard.domain
- Key value: Enter the Client ID. Enter only the subdomain part of your Pingboard URL, for example, subdomain.pingboard.com
- Click Submit.
- Toggle to Secret section:
- Key name: PINGBOARD_CLIENT_SECRET
- Key value: enter the value from the Pingboard Client Secret.
- Click Submit.
- Toggle to Config and enter:
- Click Save.