akerl-unpriv / voyager

Helper for assuming roles on AWS accounts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

voyager

GitHub Workflow Status GitHub release License

Helper for assuming roles on AWS accounts

Usage

{
  "account": "1234567890",
  "region": "us-east-1",
  "source": "auth",
  "roles": {
    "admin": {
      "mfa": true
    },
    "readonly": {
      "mfa": false
    }
  },
  "tags": {
    "owner": "sadteam",
    "env": "prod",
    "group": "databases"
  }
},

Installation

License

voyager is released under the MIT License. See the bundled LICENSE file for details.

About

Helper for assuming roles on AWS accounts

License:MIT License


Languages

Language:Go 100.0%Language:Makefile 0.0%