Vault: Gets the secret id for the approle registered in vault e.g.(jenkins).
Arguments
- url
URL of the HashiCorp Vault instance.
- role_name
name of the role in your Vault instance.
- token
token from your user/github/etc... login method. Note: the user/github/etc auth method this token is from must have access to work with approles in Vault
Value
Return's the secret id that allows an individual to query secrets in Vault via the approle method.