The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

WebService::HashiCorp::Vault::Secret::SSH - Perl API for HashiCorp's Vault (Secret)

VERSION

version 0.03

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

WebService::HashiCorp::Vault

AUTHOR

Dean Hamstead <dean@fragfest.com.au>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2023 by Dean Hamstad.

This is free software, licensed under:

  The MIT (X11) License