Skip to content

Releases: common-fate/granted

v0.1.17

27 May 06:41
d6b250a
Compare
Choose a tag to compare
v0.1.17 Pre-release
Pre-release

What's Changed

Full Changelog: v0.1.16...v0.1.17

v0.1.16

09 May 00:28
586c20a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.15...v0.1.16

v0.1.15

02 May 02:23
4c3c114
Compare
Choose a tag to compare

What's Changed

  • Add support for other aws partitions by tokenizing regions by @fdamstra in #150
  • Add support for other aws partitions by @jordiup in #146
  • added explicit alphabetical sort of profile list by @n1te1337 in #153

New Contributors

Full Changelog: v0.1.14...v0.1.15

v0.1.14

19 Apr 07:18
8227d34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.13...v0.1.14

v0.1.13

08 Apr 07:08
09154af
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.12...v0.1.13

v0.1.12

31 Mar 11:03
f717988
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.11...v0.1.12

v0.1.11

25 Mar 00:37
61c8850
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.10...v0.1.11

v0.1.10

18 Mar 05:11
7fd0c85
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.9...v0.1.10

v0.1.8

11 Mar 02:55
a74362a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.7...v0.1.8

Download this release by following our getting started guide.

This new release of Granted includes a number of high priority fixes and improvements.

Additions and Features:

  • We heard from many in the community that Windows functionality was a high priority, so we are happy to announce that we have added Granted support for Windows Command Prompt and Powershell.

    • By default, terminal colours are disabled in Command Prompt, to get full coloured output in Command Prompt run this before running granted commands set NO_COLOR=
    • Thanks to our community members DavidSandoval, ShaykiAbramczyk for highlighting the issue.
  • In the case that assume -c fails to open the browser Assume will fall back to returning the access URL via the CLI.

    • We have also added the -u flag which can be included when assuming a role to grab that URL manually.
  • Added a flag to Assume to unset exported AWS environment variables

    • assume -unset
  • Added flag to Assume to allow pass-through flags

    • Passthrough flags are useful if you are using one of the custom SSO credential providers like aws-azure-login or aws-google-auth and want to use some functionality that that tool provides in their CLI.

    Using the -pt or --pass-through flag will allow you to pipe commands into that internal command.
    eg.
    assume role-a -pt --no-prompt
    under the hood will run :
    aws-azure-login —profile role-a —no-prompt

  • Added commands to the Granted binary to allow for management of SSO tokens and ability to reset Granted configs

    • List all tokens currently saved in the store
      • granted token
      • granted token list
    • Remove a token from the local store
      • granted token remove
      • granted token remove profile_name
    • Remove all tokens from the local store
      • granted token remove --all
    • Remove all granted config (deletes the ~/.granted folder), unsets alias
      • granted uninstall

Bug Fixes:

  • Fixed a problem stopping users from assuming roles with MFA.
  • Added expandable global services list for opening up services using Assume
  • Fixed a bug causing the global flags to be mutated due to being pointers, this led to unexpected behaviour and duplication of stringSlice flags values in the assume command
  • Fixed a problem where Granted was checking for cached environment variables for aws-azure-login rather than in the .aws/credentials file

v0.1.6

02 Mar 04:39
fa18ff4
Compare
Choose a tag to compare

What's Changed

  • Fix spacing in PromoteUseFlags by @chrnorm in #60
  • Allow Granted to launch Console for IAM profiles without assumed roles by @JoshuaWilkes in #64
  • Reg lookup windows default browser by @meyerjrr in #65
  • Support using external credential source to launch browser by @JoshuaWilkes in #57
  • Fix Granted exports Env Vars in wrong order by @JoshuaWilkes in #67
  • Update CONTRIBUTING.md by @meyerjrr in #72
  • Interface for aws profile assumer by @JoshuaWilkes in #68
  • Allow users to assume and open console in Chromium browser by @meyerjrr in #73
  • Implement aws-azure-login cred provider using assumer interface by @meyerjrr in #75

Full Changelog: v0.1.5...v0.1.6

Download this release by following our getting started guide.