Documentation ¶
Index ¶
Constants ¶
View Source
const ( SAMLAssertionValidityTimeout = 5 * time.Minute SAMLCacheFilePermissions = 0600 SAMLCacheDirPermissions = 0700 SAMLCacheDir = "saml2aws" )
Variables ¶
View Source
var (
ErrInvalidCachePath = errors.New("Cannot evaluate Cache file path")
)
Functions ¶
This section is empty.
Types ¶
type SAMLCacheProvider ¶
SAMLCacheProvider loads aws credentials file
func (*SAMLCacheProvider) IsValid ¶
func (p *SAMLCacheProvider) IsValid() bool
func (*SAMLCacheProvider) Read ¶
func (p *SAMLCacheProvider) Read() (string, error)
func (*SAMLCacheProvider) Write ¶
func (p *SAMLCacheProvider) Write(samlAssertion string) error
Click to show internal directories.
Click to hide internal directories.