Is it possible to get the password for a JDBC connection to a server from an external vault?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2024 03:17 AM
Is it possible to get the password for a JDBC connection to a server from an external vault during an import (data source) instead of writing it into the DataSOurce fields?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-03-2024 06:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-21-2025 07:50 AM
OOB it is not possible, but you could do it by adding an external JAR file into the mid server. I wrote couple of java files which does the same and added as a jar to mid server. Concept is documented below.
sprstays/SNVaultIntegration: SN vault resolver for JDBC datasources
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2025 11:43 PM
wow 🙂 Thanks !