Improved MacOS keychain UX
On MacOS, we now build a single granted
binary and use a symlink for assume
. This has reduced the number of keychain access prompts that you should see. A massive thanks to @lyoung-confluent for identifying and improving this!
Improved Common Fate integration
This release improves the experience for users using Granted with Common Fate. We've introduced granted exp request
, which allows AWS permissions to be easily requested via the command line.
We're using the exp
or experimental
subcommand to denote commands with APIs that are subject to change based on user feedback. Once this command is stabilised it will graduate to granted request
.
Here's a demo of the improved integration:
What's Changed
- Remove unnecessary logging by @lyoung-confluent in #407
- update PR template by @chrnorm in #406
- Replace assumego with a symlink to granted fixing keychain ACL issues by @lyoung-confluent in #404
- CLI based access request workflow by @chrnorm in #391
- fix build errors by @chrnorm in #408
Full Changelog: v0.10.0...v0.11.0