Skip to content

1.6.0

Compare
Choose a tag to compare
@jpassing jpassing released this 08 Jan 22:45
· 315 commits to master since this release
1218fb6

This release of Just-in-Time Access introduces the following new features:

  • You can now use JIT Access without the Policy Analyzer API. (#193)

    Previous versions of JIT Access exclusively relied on the Policy Analyzer API to find eligible role bindings. To better support environments that can't use the Policy Analyzer API because of quota restrictions, JIT Access 1.6 introduces an alternate catalog implemenation, AssetInventory, that uses the effectiveIamPolicies.batchGet API instead.

    For more information about switching between catalog implementations, see Configure catalogs.

  • The list of roles in the user interface is now sorted and the UI better adapts to the window size of your browser.

    This feature was contributed by @abdolence in #213.

  • Improved performance for activating multiple roles at once. (#221)

In addition, the release includes several stability improvements and fixes, including:

  • Approving requests failed for users that were both, JIT- and MPA-eligible for the requested role (b/295100577).

For instructions on deploying or upgrading JIT Access, see Manage just-in-time privileged access to projects on the Google Cloud website.

Note: The latest branch always contains the latest release. Avoid using the master branch as it might contain changes that aren't ready for use yet.