Skip to content
/ voyager Public

Helper for assuming roles on AWS accounts

License

Notifications You must be signed in to change notification settings

akerl/voyager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 19, 2024
8b8b6fa · Feb 19, 2024
Jul 7, 2023
Mar 3, 2020
Jan 4, 2023
Dec 18, 2022
Jul 20, 2020
Mar 5, 2020
Jul 20, 2020
Aug 7, 2022
Mar 3, 2020
Feb 19, 2020
Jan 4, 2023
Feb 11, 2020
Jan 31, 2019
Sep 2, 2022
Feb 19, 2024
Aug 25, 2022
Aug 25, 2022
Jan 30, 2019
Sep 2, 2022
Dec 19, 2022
Feb 19, 2024
Feb 19, 2024
Jul 20, 2020

Repository files navigation

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.