auth

command module
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2017 License: MIT Imports: 20 Imported by: 0

README

auth-aws

Installation instructions

If you want to compile from source:

go get -u github.com/tmiller/auth-aws

Usage instructions

Running

Run the program by executing auth-aws

Configuration

To pass inputs into the program there are two ways that are loaded in the following order:

  1. config file
  2. environment variables

The config file is located at ~/.config/auth-aws/config.ini and uses the following format:

[adfs]
user = foo
pass = bar
host = federated.host.name

Here are the environment variables available:

  • ADFS_USER
  • ADFS_PASS
  • ADFS_HOST

Finally if any variables are missing from the config file or the environment variables, then the program will ask you to supply them when necessary.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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