Skip to content

Neferites/HashiCorpVaultCredentialResolver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

HashiCorpVaultCredentialResolver

This project implement a custom ServiceNow Credential Resolver able to resolve credential identifiers sent from the MID Server into actual credentials from the Hashicorp Vault Credential repository.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

This project use a community developed Java client for the Vault secrets management solution from HashiCorp.

Installing

You can download the binaries directly from the releases section.

From Source:

  • HashiCorpVaultCredentialResolver requires JDK 1.8 or newer and Custom Vault Java Driver (attached to the release tag).
  • Import the project in Eclipse
  • Add Mid.jar to Java Build Path
  • As well as vault-java-driver.jar
  • Export to JAR File

Running the tests

  • Use a ServiceNow Instance with “External Credential Storage” plugin (com.snc.discovery.external_credentials)
  • Import above exported JAR file and vault-java-driver-5.3.0.jar to your ServiceNow instance. (MID Server - JAR Files)
  • Create Credential in your instance with "External credential store" flag activated.
  • Ensure that the "Credential ID" match a secret path in your Hashicorp credential store (ex: secret/mysecret)
  • Ensure that the secret in the Vault do contain key/pair matching the ServiceNow Credential record fields (ex: user_name, password)

Built With

  • Vault Java Driver - A zero-dependency Java client for the Hashicorp Vault (Beware Custom version)

Authors

  • Jean-François (Jef) Muller - Initial work - JefMuller

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%