auth

package
v0.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 14, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CloudCredentials

type CloudCredentials interface {
	GetAccessKeyId() string
	GetAccessKeySecret() string
}

type SecretsManagerPluginCredentials

type SecretsManagerPluginCredentials struct {
	AccessKeyId       string
	AccessKeySecret   string
	ExpireTimestamp   int64
	GenerateTimestamp int64
}

func (*SecretsManagerPluginCredentials) GetAccessKeyId

func (sc *SecretsManagerPluginCredentials) GetAccessKeyId() string

func (*SecretsManagerPluginCredentials) GetAccessKeySecret

func (sc *SecretsManagerPluginCredentials) GetAccessKeySecret() string

func (*SecretsManagerPluginCredentials) GetValidDuration

func (sc *SecretsManagerPluginCredentials) GetValidDuration() int64

func (*SecretsManagerPluginCredentials) IsExpire

func (sc *SecretsManagerPluginCredentials) IsExpire() bool

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL