Skip to content

Releases: common-fate/granted

v0.32.0

12 Aug 14:08
30fc54f
Compare
Choose a tag to compare

This release adds support for using Granted with the tcsh shell.

What's Changed

  • Prevent a panic due to configFile being nil by @chrnorm in #717
  • Access Request should not immediately extend after request has just been activated by @ckluy31 in #722
  • Support multiple Common Fate profile Registries by @JoshuaWilkes in #724
  • initial attempt at tcsh support by @bovine in #729
  • keep in logic for backwards compatability in common fate timings by @meyerjrr in #720
  • Fix potential panic in RDS instance selection by @chrnorm in #730

New Contributors

Full Changelog: v0.31.2...v0.32.0

v0.31.2

26 Jul 06:42
2f0f35e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.31.1...v0.31.2

v0.31.1

25 Jul 06:28
be4bb77
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.31.0...v0.31.1

v0.31.0

24 Jul 11:54
30fdcd5
Compare
Choose a tag to compare

AWS RDS Proxy Plugin

This release adds an AWS RDS proxy plugin:

granted rds proxy

This plugin allows Granted to broker a connection to an AWS RDS database over AWS SSM Session Manager. The connection is routed through a Common Fate AWS Proxy which captures audit logs of the SQL statements executed.

The plugin uses the Common Fate control plane APIs to determine which databases a user is authorized to access, so to use this plugin a Common Fate instance is required. Email us at [email protected] if you'd like to test this and we'll set up an instance for you.

image

You can read more about the plugin here in our documentation.

Currently, plugins are compiled into the main Granted binary. We intend to shift to a model similar to the gh GitHub CLI where plugins can be independently versioned to Granted.

Fixes

A big thankyou to first-time contributor @dnrce for fixing the output message when credentials are exported with assume --export.

What's Changed

New Contributors

Full Changelog: v0.30.0...v0.31.0

v0.30.0

18 Jul 20:48
aa0286a
Compare
Choose a tag to compare

This release adds granted request check which can be used to check the status of a Just-In-Time Access Request, for AWS profiles protected by Common Fate.

granted request check --aws-profile Production/ViewOnlyAccess

This release also includes some caching fixes. It removes some of the interactivity around 'granted cache clear' - it is a breaking API change but given that the previous API required manual user input, we do not believe this should be an issue for any users.

What's Changed

Full Changelog: v0.29.3...v0.30.0

v0.29.3

17 Jul 14:05
928c328
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.29.2...v0.29.3

v0.29.2

16 Jul 06:34
90dd3d6
Compare
Choose a tag to compare

What's Changed

  • Fix default duration when requesting access with Granted by @chrnorm in #694
  • added flag to disable cache lookup and saving by @meyerjrr in #695

Full Changelog: v0.29.1...v0.29.2

v0.29.1

11 Jul 14:23
86ba260
Compare
Choose a tag to compare

This release fixes an issue which could cause Granted to hang when running assume if a duplicate profile existed while syncing Profile Registries.

What's Changed

Full Changelog: v0.29.0...v0.29.1

v0.29.0

04 Jul 11:02
36b51d7
Compare
Choose a tag to compare

This release adds a granted doctor command which can be used to identify issues with your AWS profiles or Granted configuration.

What's Changed

Full Changelog: v0.28.0...v0.29.0

v0.28.0

21 Jun 08:37
151c4c4
Compare
Choose a tag to compare

Added the option to clear the entire Granted cache

With Granted v0.28.0, you can run granted cache clear --all and choose which secure storage you want to clear the cache. The command will then clear all credentials for the selected secure storage.

What's Changed

  • Add flag that waits for access to be active by @meyerjrr in #682
  • Update file backend password prompt by @meyerjrr in #689
  • Add option to clear the entire Granted cache by @meyerjrr in #689
  • Handle nested parameters in granted settings set command by @meyerjrr in #690

Full Changelog: v0.27.5...v0.28.0