You can create an account from Designer or Manager. In Designer, when working on Pipelines, every Snap that needs an account prompts you to create a new account or use an existing account. The accounts can be created in or used from:
Your private project folder: This folder contains the Pipelines that will use the account.
Your Project Space’s shared folder: This folder is accessible to all the users that belong to the Project Space.
The global shared folder: This folder is accessible to all the users within an organization in the SnapLogic instance.
Account Configuration
In Manager, you can navigate to the required folder and create an account in it (see Accounts). To create an account for binary files:
Navigate to the project in SnapLogic Manager, click Create, then select Script, then Kerberos Account.
Supply an account label.
Supply the necessary information.
Click Validate to validate the configuration, amend if required.
Click Apply to save the account configuration.
(Optional) Supply additional information on this account in the Notes field of the Info tab.
Avoid changing account credentials while Pipelines using them are in progress. This may lead to unexpected results, including locking the account.
Account Type
Kerberos
Account Settings
Label
Required. User provided label for the account instance
Principal
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).
Example: snaplogic/john.doe@dummy.com
Default value: No default value.
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.
Keytab File
Required.The full path to the keytab file used to authenticate to the Kerberos KDC. See Keytab for more details.
Example: /keytabs/snaplogic.keytab
Default value: No default value.
Keytab, short for key table, is a file used for storing long-term keys for one or more principals. See Keytab for more details.
Snap Pack History
Click to view/expand
Release
Snap Pack Version
Date
Type
Updates
November 2024
main29029
Stable
Updated and certified against the current SnapLogic Platform release.
August 2024
main27765
Stable
Updated and certified against the current Snaplogic Platform release.
The runtime libraries supporting the Script Snap Pack were upgraded to JRuby: 9.4.6.0 and Jython: 2.7.4 as part of the Snaplex release on June 12, 2024 (main-24960 - 4.37 Patch 2). This upgrade is now part of main-26434 - 4.38 GA.
May 2024
main26341
Stable
Updated and certified against the current SnapLogic Platform release.
February 2024
main25112
Stable
Updated and certified against the current SnapLogic Platform release.
November 2023
main23721
Stable
Updated and certified against the current SnapLogic Platform release.
August 2023
main22460
Stable
Updated and certified against the current SnapLogic Platform release.
May 2023
main21015
Stable
Upgraded with the latest SnapLogic Platform release.
February 2023
main19844
Stable
Upgraded with the latest SnapLogic Platform release.
November 2022
main18944
Stable
Upgraded with the latest SnapLogic Platform release.
August 2022
main17386
Stable
Upgraded with the latest SnapLogic Platform release.
4.29
main15993
Stable
Upgraded with the latest SnapLogic Platform release.
4.28
main14627
Stable
Upgraded with the latest SnapLogic Platform release.
4.27
main12833
Stable
Upgraded with the latest SnapLogic Platform release.
4.26
main11181
Stable
Upgraded with the latest SnapLogic Platform release.
4.25
main9554
Stable
Upgraded with the latest SnapLogic Platform release.
4.24
main8556
Stable
Upgraded with the latest SnapLogic Platform release.
4.23 Patch
423patches7671
Latest
Fixes an issue with the PySparkSnap by removing the dependency on the json-path library, thus avoiding a conflict between the external library version and the SnapLogic json-path.jar.
4.23
main7430
Stable
Upgraded with the latest SnapLogic Platform release.
4.22
main6403
Latest
Upgraded the Jython engine from version 2.7-b3 (a beta version from 2014) to the current version, 2.7.2 (March, 2020). See the breaking changes note for Script Snap and the deprecated Execute Script Snap in the Limitations and Known Issues section for potential impacts of this upgrade.
4.21
snapsmrc542
-
Stable
Adds a new Cleanup method in the ScriptHook interface associated with theScriptSnap. This method enables the Script Snap to automatically execute a clean-up once the configured script completes executing.
4.20
snapsmrc535
-
Stable
Upgraded with the latest SnapLogic Platform release.
4.19
snaprsmrc528
-
Stable
Upgraded with the latest SnapLogic Platform release.
4.18
snapsmrc523
-
Latest
Enhanced the PySpark Snap to work in Kerberized Hadoop clusters with the addition of a Kerberos account.
4.17 Patch
ALL7402
-
Latest
Pushed automatic rebuild of the latest version of each Snap Pack to SnapLogic UAT and Elastic servers.
4.17
snapsmrc515
-
Stable
Added the Snap Execution field to all Standard-mode Snaps. In some Snaps, this field replaces the existing Execute during preview check box.
4.16
snapsmrc508
-
Stable
Upgraded with the latest SnapLogic Platform release.
4.15
snapsmrc500
-
Stable
Upgraded with the latest SnapLogic Platform release.
4.14
snapsmrc490
-
Stable
Upgraded with the latest SnapLogic Platform release.
4.13
snapsmrc486
-
Stable
Upgraded with the latest SnapLogic Platform release.
4.12
snapsmrc480
-
Stable
Updated the PySpark Snap to enable users to stop a PySpark job in progress by pressing the STOP button.
4.11
snapsmrc465
-
Stable
Added a new Snap, the PySpark Snap which is supported on the Groundplex on edge node and Hadooplex node.
4.10
snapsmrc414
-
Stable
Upgraded with the latest SnapLogic Platform release.
4.9
snapsmrc405
-
Stable
Upgraded with the latest SnapLogic Platform release.
4.8
snapsmrc398
-
Stable
Upgraded with the latest SnapLogic Platform release.
4.7
snapsmrc382
-
Stable
Upgraded with the latest SnapLogic Platform release.
4.6.0
snapsmrc344
-
Stable
Upgraded with the latest SnapLogic Platform release.
4.4.1
-
-
Latest
Updated default generated template to ensure compatibility with both JDK 7 and 8 JSR-223 Script Engines.
March 2015
-
-
Stable
Script Snap: A Generate Template a link has been added within the Edit Script page to provide a template for each of the supported languages.
January 2015
-
-
Stable
Script Snap: Optional Execute during preview property added.
December 20, 2014
-
-
Stable
Documentation enhancement: updated script samples with a sample pipeline