You are here: Home / LBN / Up2date / Cloud Computing / BastionLinux 25 / hashicorp-atlas-0-0.7.git1ea2527.lbn25.x86_64

hashicorp-atlas-0-0.7.git1ea2527.lbn25.x86_64

Package Attributes
RPM  hashicorp-atlas-0-0.7.git1ea2527.lbn25.x86_64.rpm Architecture  x86_64 Size  236460 Created  2021/11/29 02:43:15 UTC
Package Specification
Summary The official Go client for HashiCorp's Atlas
Group Unspecified
License MIT
Home Page https://github.com/hashicorp/atlas-go
Description

Authenticating with username and password

Atlas Go can automatically generate an API authentication token given a username and password. For example:

client := atlas.DefaultClient() token, err := client.Login("username", "password") if err != nil { panic(err) }

The Login function returns an API token that can be used to sign requests. This function also sets the Token parameter on the Atlas Client, so future requests are signed with this access token.

If you have two-factor authentication enabled, you must manually generate an access token on the Atlas website.

Requires
rpmlib(PayloadFilesHavePrefix)  
rpmlib(FileDigests)  
rpmlib(PayloadIsXz)  
rpmlib(CompressedFileNames)  
Provides
hashicorp-atlas
hashicorp-atlas(x86-64)

Document Actions