package credentials
import "github.com/oslokommune/okctl/pkg/credentials"
Package credentials knows how to keep credentials up to date and make the available in various formats
Index ¶
Types ¶
type Provider ¶
type Provider interface { Aws() aws.Authenticator Github() github.Authenticator }
Provider defines how credentials should be made available
func New ¶
func New(aws aws.Authenticator, github github.Authenticator) Provider
New returns a credentials provider
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
pkg/credentials/aws | Package aws knows how to orchestrate a login to AWS using various methods |
pkg/credentials/github | Package github knows how to retrieve valid Github credentials |
- Version
- v0.0.106 (latest)
- Published
- Oct 21, 2022
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 18 hours ago –
Tools for package owners.