/voyager

Helper for assuming roles on AWS accounts

Primary LanguageGoMIT LicenseMIT

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.