Skip to content

Releases: null93/aws-knox

2.1.3

03 Jul 04:17
802185e
Compare
Choose a tag to compare

Changelog

  • 00721e7 Commit fixed issue with refresh token
  • 802185e Released Version 2.1.3
  • bac5f7f Removed refreshable column for sso selection screen

2.1.2

02 Jul 14:22
ae1bb0e
Compare
Choose a tag to compare

Changelog

  • 5bd4da3 Hotfix, refresh token reporting longer than it is refreshable
  • ae1bb0e Released Version 2.1.2

2.1.1

02 Jul 04:49
fab7c13
Compare
Choose a tag to compare

Changelog

  • a500675 Fixed bug with segfault when client credentials are nil
  • fab7c13 Released Version 2.1.1

2.1.0

02 Jul 04:41
f6b0edc
Compare
Choose a tag to compare

Changelog

  • 2ad4d49 Added config section to README.md
  • 7d873c3 Added delete option in cached role credential selection menu
  • 4f20618 Added delete to select command as well
  • bf934ec Added refreshable date to sso credentials
  • ecfce4b Refreshing client token instead of reissuing another one
  • f6b0edc Released Version 2.1.0
  • 91f37b4 Updated example config

2.0.0

01 Jul 05:04
677baeb
Compare
Choose a tag to compare

Changelog

  • e482285 Added config file with viper
  • 32acace Added go back action and toggle view for connect and select
  • cdf2848 Changed --view parameter to --cached
  • 416ad5a Fixed issue with tab segfaulting and hoisted errors to top of file
  • 62c994a Fixed picker pkg when headers are not present
  • c9cfd9e Refactored to tui package
  • ce6f060 Refactoring to reuse picking logic
  • 677baeb Released Version 2.0.0
  • 11ce855 Saving work with stability
  • 0064968 Unique exit codes
  • 114f75d Updated README.md
  • 7041d15 Updated deps

1.1.1

26 Jun 01:39
a1fb741
Compare
Choose a tag to compare

Changelog

  • b3489c4 Changing default user for connect
  • a1fb741 Fixed bug with ctl+c disconnecting session

1.1.0

25 Jun 04:21
631fc10
Compare
Choose a tag to compare

Changelog

1.0.4

20 Jun 13:37
a09c943
Compare
Choose a tag to compare

Changelog

  • ec6f9b0 Changing last-used file to be last-used.json with a serialized Role object
  • a09c943 If last-used credentials do not exist, create them

1.0.3

20 Jun 05:15
3323c2c
Compare
Choose a tag to compare

Changelog

1.0.2

20 Jun 05:11
cd54c23
Compare
Choose a tag to compare

Changelog

  • 4d164a5 Attaching session name to cached role credentials
  • ca03436 Fixed visual bug where client device auth screen prints to stdout instead of tty
  • 340337f Refreshing role expired role credentials on 'creds select' and 'creds last-used'
  • cd54c23 Released Version 1.0.2
  • ae9e950 Updated README.md