Group
Extension

Matches 2

Signer-AWSv4 ( J/JL/JLMARTIN/Signer-AWSv4-0.08.tar.gz, JLMARTIN, 2022; MetaCPAN )
Signer-AWSv4/lib/Signer/AWSv4/EKS.pm ( view source; MetaCPAN )
e Signer::AWSv4::EKS;
  use Moo;
  extends 'Signer::AWSv4';
  use Types::Standard qw/Str/;

  use JSON::MaybeXS qw//;
  use MIME::Base64 qw//;

  has prefix => (is => 'ro', init_arg => undef, isa => S
elf->qstring_64;
  });

  has k8s_json => (is => 'ro', isa => Str, init_arg => undef, lazy => 1, default => sub {
    my $self = shift;
    JSON::MaybeXS::encode_json({
      kind => 'ExecCredential',
ubernetes cluster (via Authorization header or kubectl --token)

=head2 k8s_json

This wraps the token in the appropiate JSON output for using the token as kubectl pluggable 
authentication module

=h
Signer-AWSv4 ( J/JL/JLMARTIN/Signer-AWSv4-0.08.tar.gz, JLMARTIN, 2022; MetaCPAN )
Signer-AWSv4/lib/Signer/AWSv4/SES.pm ( view source; MetaCPAN )
e Signer::AWSv4::SES;
  use Moo;
  extends 'Signer::AWSv4';
  use Types::Standard qw/Str/;

  use JSON::MaybeXS qw//;
  use MIME::Base64 qw//;

  has '+expires' => (default => 0);
  #has '+region' => 

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.