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

New returns a credentials provider

Source Files

credentials.go

Directories

PathSynopsis
pkg/credentials/awsPackage aws knows how to orchestrate a login to AWS using various methods
pkg/credentials/githubPackage 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.