Looking for help!
The maintainer of this distribution is looking for people to help them improve this module!
If you're interested then please contact them via
email.
NAME
WebService::HashiCorp::Vault::Secret::SSH - Perl API for HashiCorp's Vault (Secret)
VERSION
version 0.004
SYNOPSIS
use WebService::HashiCorp::Vault;
my $vault->new(%args);
my $foo = $vault->secret( backend => 'ssh' );
DESCRIPTION
The SSH Secret Backend handling for HashiCorps Vault server software. To be used via WebService::HashiCorp::Vault.
METHODS
roles
SEE ALSO
AUTHOR
Dean Hamstead <dean@bytefoundry.com.au>
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by Dean Hamstad.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.