Kerberos Account
Account settings
Legend:
- Expression icon (
): Allows using JavaScript syntax to access SnapLogic Expressions to set field values dynamically (if enabled). If disabled, you can provide a static value. Learn more.
- SnapGPT (
): Generates SnapLogic Expressions based on natural language using SnapGPT. Learn more.
- Suggestion icon (
): Populates a list of values dynamically based on your Snap configuration. You can select only one attribute at a time using the icon. Type into the field if it supports a comma-separated list of values.
- Upload
: Uploads files. Learn more.
| Field / Field set | Type | Description |
|---|---|---|
| Label | String |
Required. Specify a unique label for the account. Default value: N/A Example: Script account |
| Principal | String/Expression | Required. The principal to be used to authenticate to
the Kerberos KDC (Kerberos Key Distribution Center - Network service used by the
clients and servers for authentication). Note: A Kerberos principal is a unique
identity to which Kerberos can assign tickets. It must include three parts– the
primary, the instance, and the realm. A typical principal has the syntax:
primary/instance@realm.Default value: None. Example: snaplogic/[email protected] |
| Keytab file | String/Expression | Required. The full path to the keytab file used to
authenticate to the Kerberos KDC. See Keytab for more details. Note: Keytab, short
for key table, is a file used for storing long-term keys for one or more
principals. See Keytab for more details. Default value: None. Example: /keytabs/snaplogic.keytab |